]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/samsung/smdkc100/Kconfig
kconfig: remove unneeded dependency on !SPL_BUILD
[people/ms/u-boot.git] / board / samsung / smdkc100 / Kconfig
index 996fe3cc4506a410211ef998c1d30ef14d7e9652..ea87166d03726cf487f22de3759d00d63fc57e76 100644 (file)
@@ -13,12 +13,12 @@ config SYS_CONFIG_NAME
        default "smdkc100"
 
 config DM
-       default y if !SPL_BUILD
+       default y
 
 config DM_GPIO
-       default y if !SPL_BUILD
+       default y
 
 config DM_SERIAL
-       default y if !SPL_BUILD
+       default y
 
 endif