• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf527/boards/
1choice
2	prompt "System type"
3	default BFIN527_EZKIT
4	help
5	  Select your board!
6
7config BFIN527_EZKIT
8	bool "BF527-EZKIT"
9	help
10	  BF527-EZKIT-LITE board support.
11
12config BFIN527_EZKIT_V2
13	bool "BF527-EZKIT-V2"
14	help
15	  BF527-EZKIT-LITE V2.1+ board support.
16
17config BFIN527_BLUETECHNIX_CM
18	bool "Bluetechnix CM-BF527"
19	help
20	  CM-BF527 support for EVAL- and DEV-Board.
21
22config BFIN526_EZBRD
23	bool "BF526-EZBRD"
24	help
25	  BF526-EZBRD/EZKIT Lite board support.
26
27endchoice
28