]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Kconfig
mmc: add function to get the number of available mmc interfaces
[karo-tx-uboot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index fed488fdaf94212dfce21902d2cf812a827f819e..861622664fcba27cfbf4445128ce44c8db4b9cb2 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
@@ -156,6 +155,8 @@ source "arch/Kconfig"
 
 source "common/Kconfig"
 
+source "disk/Kconfig"
+
 source "dts/Kconfig"
 
 source "net/Kconfig"