]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/core/Kconfig
kconfig: switch to single .config configuration
[karo-tx-uboot.git] / drivers / core / Kconfig
index f0d611007af98921f4ca85cb2f770faf560e74ad..b6180f180f2c4475bc552855fc3d419ea787a285 100644 (file)
@@ -29,7 +29,6 @@ config DM_WARN
          when called.
        depends on DM
        default y if !SPL_BUILD
-       default n if SPL_BUILD
 
 config DM_DEVICE_REMOVE
        bool "Support device removal"
@@ -39,7 +38,6 @@ config DM_DEVICE_REMOVE
          option is disabled for SPL.
        depends on DM
        default y if !SPL_BUILD
-       default n if SPL_BUILD
 
 config DM_STDIO
        bool "Support stdio registration"
@@ -49,4 +47,3 @@ config DM_STDIO
          we can omit this feature.
        depends on DM
        default y if !SPL_BUILD
-       default n if SPL_BUILD