arm: imx6: novena: Enable extfs support in SPL
[oweals/u-boot.git] / arch / arm / cpu / armv7 / s5pc1xx / Kconfig
index 628813423feffb85eb7f8a9883061d8aeabd6f82..04acdaad79ce4d4320e8f757f0a3cee89815b8c0 100644 (file)
@@ -2,14 +2,15 @@ if ARCH_S5PC1XX
 
 choice
        prompt "S5PC1XX board select"
+       optional
 
 config TARGET_S5P_GONI
        bool "S5P Goni board"
-       select OF_CONTROL if !SPL_BUILD
+       select OF_CONTROL
 
 config TARGET_SMDKC100
        bool "Support smdkc100 board"
-       select OF_CONTROL if !SPL_BUILD
+       select OF_CONTROL
 
 endchoice