repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.25-rc4
[linux-2.6/next.git]
/
arch
/
blackfin
/
mach-bf561
/
boards
/
Kconfig
blob
e41a67b1fb53e53933a0d41aa5f86cb309bf9b72
1
choice
2
prompt "System type"
3
default BFIN561_EZKIT
4
help
5
Select your board!
6
7
config BFIN561_EZKIT
8
bool "BF561-EZKIT"
9
help
10
BF561-EZKIT-LITE board support.
11
12
config BFIN561_TEPLA
13
bool "BF561-TEPLA"
14
help
15
BF561-TEPLA board support.
16
17
config BFIN561_BLUETECHNIX_CM
18
bool "Bluetechnix CM-BF561"
19
help
20
CM-BF561 support for EVAL- and DEV-Board.
21
22
config GENERIC_BF561_BOARD
23
bool "Generic"
24
help
25
Generic or Custom board support.
26
27
endchoice