]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Kconfig
dm: sh: serial: Add support driver model
[karo-tx-uboot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index fed488fdaf94212dfce21902d2cf812a827f819e..23c19aff97e68a93024197447333ac6e92905a1a 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -70,8 +70,7 @@ menu "Boot images"
 
 config SPL_BUILD
        bool
-       depends on $KCONFIG_OBJDIR="spl" || $KCONFIG_OBJDIR="tpl"
-       default y
+       default y if $KCONFIG_OBJDIR="spl" || $KCONFIG_OBJDIR="tpl"
 
 config TPL_BUILD
        bool
@@ -118,6 +117,7 @@ config FIT_VERBOSE
 config FIT_SIGNATURE
        bool "Enable signature verification of FIT uImages"
        depends on FIT
+       depends on DM
        select RSA
        help
          This option enables signature verification of FIT uImages,
@@ -139,7 +139,7 @@ config SYS_EXTRA_OPTIONS
          new boards should not use this option.
 
 config SYS_TEXT_BASE
-       depends on SPARC
+       depends on SPARC || ARC
        hex "Text Base"
        help
          TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture
@@ -156,6 +156,8 @@ source "arch/Kconfig"
 
 source "common/Kconfig"
 
+source "disk/Kconfig"
+
 source "dts/Kconfig"
 
 source "net/Kconfig"
@@ -165,3 +167,5 @@ source "drivers/Kconfig"
 source "fs/Kconfig"
 
 source "lib/Kconfig"
+
+source "test/Kconfig"