Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
311757be275c1d592ff357e9faedca4c967a3064
/
.
/
arch
/
arm
/
cpu
/
armv7
/
s5pc1xx
/
Kconfig
blob: 1a8941dd9aabb0d19a31211e82c5478117db5ae2 [
file
] [
log
] [
blame
]
if
ARCH_S5PC1XX
choice
prompt
"S5PC1XX board select"
config TARGET_S5P_GONI
bool
"S5P Goni board"
select
OF_CONTROL
if
!
SPL_BUILD
endchoice
config SYS_CPU
default
"armv7"
config SYS_SOC
default
"s5pc1xx"
source
"board/samsung/goni/Kconfig"
endif