Blame view

arch/blackfin/mach-bf527/boards/Kconfig 664 Bytes
4f25eb85d   Mike Frysinger   Blackfin arch: sp...
1
2
3
4
5
6
7
8
9
10
  choice
  	prompt "System type"
  	default BFIN527_EZKIT
  	help
  	  Select your board!
  
  config BFIN527_EZKIT
  	bool "BF527-EZKIT"
  	help
  	  BF527-EZKIT-LITE board support.
6924dfb05   Michael Hennerich   Blackfin: bf527-e...
11
12
13
14
  config BFIN527_EZKIT_V2
  	bool "BF527-EZKIT-V2"
  	help
  	  BF527-EZKIT-LITE V2.1+ board support.
9db144fe8   Michael Hennerich   Blackfin arch: Ap...
15
16
17
18
  config BFIN527_BLUETECHNIX_CM
  	bool "Bluetechnix CM-BF527"
  	help
  	  CM-BF527 support for EVAL- and DEV-Board.
8cc7117e7   Michael Hennerich   Blackfin arch: Ad...
19
20
21
22
  config BFIN526_EZBRD
  	bool "BF526-EZBRD"
  	help
  	  BF526-EZBRD/EZKIT Lite board support.
8effc4a68   Michael Hennerich   Blackfin: ad7160e...
23
24
25
26
  config BFIN527_AD7160EVAL
  	bool "BF527-AD7160-EVAL"
  	help
  	  BF527-AD7160-EVAL board support.
e5c172189   Ashish Gupta   Blackfin: tll6527...
27
28
29
30
  config BFIN527_TLL6527M
  	bool "The Learning Labs TLL6527M"
  	help
  	  TLL6527M V1.0 platform support
4f25eb85d   Mike Frysinger   Blackfin arch: sp...
31
  endchoice