samsung: Enable device tree for s5p_goni
[oweals/u-boot.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 endchoice
11
12 config SYS_CPU
13         default "armv7"
14
15 config SYS_SOC
16         default "s5pc1xx"
17
18 source "board/samsung/goni/Kconfig"
19
20 endif