]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/s5pc1xx/Kconfig
792ef595e4919570590c06d5c5bb89c52d4d6b2a
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / 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 SPL_DISABLE_OF_CONTROL
11
12 config TARGET_SMDKC100
13         bool "Support smdkc100 board"
14         select OF_CONTROL
15         select SPL_DISABLE_OF_CONTROL
16
17 endchoice
18
19 config SYS_SOC
20         default "s5pc1xx"
21
22 source "board/samsung/goni/Kconfig"
23 source "board/samsung/smdkc100/Kconfig"
24
25 endif