]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Kconfig
karo: tx6: Cleanup PMIC code
[karo-tx-uboot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 153ee2b507a0dc1569f11bd15e1cfdda50b01d33..3e74c891b0928540f2b1dfc69e7a64b9c1237c87 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -56,8 +56,6 @@ config CC_OPTIMIZE_FOR_SIZE
 
          This option is enabled by default for U-Boot.
 
-endmenu                # General setup
-
 menuconfig EXPERT
         bool "Configure standard U-Boot features (expert users)"
         help
@@ -66,12 +64,13 @@ menuconfig EXPERT
           environments which can tolerate a "non-standard" U-Boot.
           Only use this if you really know what you are doing.
 
+endmenu                # General setup
+
 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