mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
21 lines
258 B
Text
21 lines
258 B
Text
|
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
|