projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prepare v2024.10
[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
select BLK
11
select DM_MMC
12
select MISC_COMMON
13
14
config TARGET_SMDKC100
15
bool "Support smdkc100 board"
16
select OF_CONTROL
17
18
endchoice
19
20
config SYS_SOC
21
default "s5pc1xx"
22
23
source "board/samsung/goni/Kconfig"
24
source "board/samsung/smdkc100/Kconfig"
25
26
endif