blob: 1a8941dd9aabb0d19a31211e82c5478117db5ae2 [file] [log] [blame]
Simon Glass96aa0722014-10-07 22:01:50 -06001if ARCH_S5PC1XX
2
3choice
4 prompt "S5PC1XX board select"
5
6config TARGET_S5P_GONI
7 bool "S5P Goni board"
8 select OF_CONTROL if !SPL_BUILD
9
10endchoice
11
12config SYS_CPU
13 default "armv7"
14
15config SYS_SOC
16 default "s5pc1xx"
17
18source "board/samsung/goni/Kconfig"
19
20endif