• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-bf537/boards/
1choice
2	prompt "System type"
3	default BFIN537_STAMP
4	help
5	  Select your board!
6
7config BFIN537_STAMP
8	bool "BF537-STAMP"
9	help
10	  BF537-STAMP board support.
11
12config BFIN537_BLUETECHNIX_CM_E
13	bool "Bluetechnix CM-BF537E"
14	depends on (BF537)
15	help
16	  CM-BF537E support for EVAL- and DEV-Board.
17
18config BFIN537_BLUETECHNIX_CM_U
19	bool "Bluetechnix CM-BF537U"
20	depends on (BF537)
21	help
22	  CM-BF537U support for EVAL- and DEV-Board.
23
24config BFIN537_BLUETECHNIX_TCM
25	bool "Bluetechnix TCM-BF537"
26	depends on (BF537)
27	help
28	  TCM-BF537 support for EVAL- and DEV-Board.
29
30config PNAV10
31	bool "PNAV board"
32	depends on (BF537)
33	help
34	  PNAV board support.
35
36config CAMSIG_MINOTAUR
37	bool "Cambridge Signal Processing LTD Minotaur"
38	depends on (BF537)
39	help
40	  Board supply package for CSP Minotaur
41
42endchoice
43