]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Kconfig
arm: rmobile: koelsch: Remove board_late_init function
[karo-tx-uboot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 29e0b929f51fcf1146073ac506e4bbb4002acb45..f34f341dd72777151faeacb76d70e8e838c702ee 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -73,6 +73,9 @@ config TPL_BUILD
 config SUPPORT_SPL
        bool
 
+config SUPPORT_TPL
+       bool
+
 config SPL
        bool
        depends on SUPPORT_SPL
@@ -83,7 +86,7 @@ config SPL
 
 config TPL
        bool
-       depends on SPL
+       depends on SPL && SUPPORT_TPL
        prompt "Enable TPL" if !SPL_BUILD
        default y if TPL_BUILD
        default n
@@ -104,6 +107,12 @@ config SYS_EXTRA_OPTIONS
          configuration to Kconfig. Since this option will be removed sometime,
          new boards should not use this option.
 
+config SYS_TEXT_BASE
+       depends on SPARC
+       hex "Text Base"
+       help
+         TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture
+
 endmenu                # Boot images
 
 source "arch/Kconfig"