projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Blackfin arch: split board selection off into mach subdirs
[linux-2.6]
/
arch
/
blackfin
/
mach-bf537
/
boards
/
Kconfig
1
choice
2
prompt "System type"
3
default BFIN537_STAMP
4
help
5
Select your board!
6
7
config BFIN537_STAMP
8
bool "BF537-STAMP"
9
help
10
BF537-STAMP board support.
11
12
config BFIN537_BLUETECHNIX_CM
13
bool "Bluetechnix CM-BF537"
14
depends on (BF537)
15
help
16
CM-BF537 support for EVAL- and DEV-Board.
17
18
config PNAV10
19
bool "PNAV board"
20
depends on (BF537)
21
help
22
PNAV board support.
23
24
config GENERIC_BF537_BOARD
25
bool "Generic"
26
help
27
Generic or Custom board support.
28
29
endchoice