blob: 628813423feffb85eb7f8a9883061d8aeabd6f82 [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
Simon Glass3a9de362014-10-07 22:01:51 -060010config TARGET_SMDKC100
11 bool "Support smdkc100 board"
12 select OF_CONTROL if !SPL_BUILD
13
Simon Glass96aa0722014-10-07 22:01:50 -060014endchoice
15
Simon Glass96aa0722014-10-07 22:01:50 -060016config SYS_SOC
17 default "s5pc1xx"
18
19source "board/samsung/goni/Kconfig"
Simon Glass3a9de362014-10-07 22:01:51 -060020source "board/samsung/smdkc100/Kconfig"
Simon Glass96aa0722014-10-07 22:01:50 -060021
22endif