]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/s5pc1xx/Kconfig
bc738138328020020bad3a04ff8aea2d179b1dd2
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / s5pc1xx / Kconfig
1 if ARCH_S5PC1XX
2
3 choice
4         prompt "S5PC1XX board select"
5
6 config TARGET_S5P_GONI
7         bool "S5P Goni board"
8         select OF_CONTROL
9
10 config TARGET_SMDKC100
11         bool "Support smdkc100 board"
12         select OF_CONTROL
13
14 endchoice
15
16 config SYS_SOC
17         default "s5pc1xx"
18
19 source "board/samsung/goni/Kconfig"
20 source "board/samsung/smdkc100/Kconfig"
21
22 endif