xref: /openbmc/u-boot/arch/arm/mach-s5pc1xx/Kconfig (revision 61a4392a)
1if ARCH_S5PC1XX
2
3choice
4	prompt "S5PC1XX board select"
5	optional
6
7config TARGET_S5P_GONI
8	bool "S5P Goni board"
9	select OF_CONTROL
10
11config TARGET_SMDKC100
12	bool "Support smdkc100 board"
13	select OF_CONTROL
14
15endchoice
16
17config SYS_SOC
18	default "s5pc1xx"
19
20source "board/samsung/goni/Kconfig"
21source "board/samsung/smdkc100/Kconfig"
22
23endif
24