]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Kconfig
kconfig: switch to single .config configuration
[karo-tx-uboot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 823f1e2b212220801ceed9d724d0499dee2bf6c5..bb9b5c27fff6da85d4131a72b2cfb1ff0c33fb93 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -8,10 +8,6 @@ config UBOOTVERSION
        string
        option env="UBOOTVERSION"
 
-config KCONFIG_OBJDIR
-       string
-       option env="KCONFIG_OBJDIR"
-
 # Allow defaults in arch-specific code to override any given here
 source "arch/Kconfig"
 
@@ -90,16 +86,6 @@ endmenu              # General setup
 
 menu "Boot images"
 
-config SPL_BUILD
-       bool
-       depends on $KCONFIG_OBJDIR="spl" || $KCONFIG_OBJDIR="tpl"
-       default y
-
-config TPL_BUILD
-       bool
-       depends on $KCONFIG_OBJDIR="tpl"
-       default y
-
 config SUPPORT_SPL
        bool