projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[platform/kernel/u-boot.git]
/
arch
/
arm
/
mach-s5pc1xx
/
Kconfig
1
if ARCH_S5PC1XX
2
3
choice
4
prompt "S5PC1XX board select"
5
optional
6
7
config TARGET_S5P_GONI
8
bool "S5P Goni board"
9
select OF_CONTROL
10
11
config TARGET_SMDKC100
12
bool "Support smdkc100 board"
13
select OF_CONTROL
14
15
endchoice
16
17
config SYS_SOC
18
default "s5pc1xx"
19
20
source "board/samsung/goni/Kconfig"
21
source "board/samsung/smdkc100/Kconfig"
22
23
endif