]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/s5pc1xx/Kconfig
arm: socfpga: spl: Add call to timer_init
[u-boot] / arch / arm / cpu / armv7 / s5pc1xx / Kconfig
index 1a8941dd9aabb0d19a31211e82c5478117db5ae2..bc738138328020020bad3a04ff8aea2d179b1dd2 100644 (file)
@@ -5,16 +5,18 @@ choice
 
 config TARGET_S5P_GONI
        bool "S5P Goni board"
-       select OF_CONTROL if !SPL_BUILD
+       select OF_CONTROL
 
-endchoice
+config TARGET_SMDKC100
+       bool "Support smdkc100 board"
+       select OF_CONTROL
 
-config SYS_CPU
-       default "armv7"
+endchoice
 
 config SYS_SOC
        default "s5pc1xx"
 
 source "board/samsung/goni/Kconfig"
+source "board/samsung/smdkc100/Kconfig"
 
 endif