]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/s5pc1xx/Kconfig
gic: fixed compilation error in GICv2 wait for interrupt macro
[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 if !SPL_BUILD
9
10 config TARGET_SMDKC100
11         bool "Support smdkc100 board"
12         select OF_CONTROL if !SPL_BUILD
13
14 endchoice
15
16 config SYS_CPU
17         default "armv7"
18
19 config SYS_SOC
20         default "s5pc1xx"
21
22 source "board/samsung/goni/Kconfig"
23 source "board/samsung/smdkc100/Kconfig"
24
25 endif