repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'v6v7' into devel
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-spear6xx
/
Kconfig600
blob
9e19f65eb78e5f7ac2c046f862531ebc4ca9c481
1
#
2
# SPEAr600 machine configuration file
3
#
4
5
if MACH_SPEAR600
6
7
choice
8
prompt "SPEAr600 Boards"
9
default BOARD_SPEAR600_EVB
10
11
config BOARD_SPEAR600_EVB
12
bool "SPEAr600 Evaluation Board"
13
help
14
Supports ST SPEAr600 Evaluation Board
15
endchoice
16
17
endif #MACH_SPEAR600