summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/spl/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index a669c80941d..4ece5d168f9 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -12,7 +12,7 @@ config SPL_DFU_NO_RESET
config SPL
bool "Enable SPL"
- depends on SUPPORT_SPL
+ depends on SUPPORT_SPL && !COMPILE_TEST
help
If you want to build SPL as well as the normal image, say Y.
@@ -1629,7 +1629,7 @@ config SPL_AT91_MCK_BYPASS
endmenu
config TPL
- depends on SUPPORT_TPL
+ depends on SUPPORT_TPL && !COMPILE_TEST
bool "Enable TPL"
help
If you want to build TPL as well as the normal image and SPL, say Y.
@@ -1637,7 +1637,7 @@ config TPL
source "common/spl/Kconfig.tpl"
config VPL
- depends on SUPPORT_SPL
+ depends on SUPPORT_SPL && !COMPILE_TEST
bool "Enable VPL"
help
If you want to build VPL as well as the normal image, TPL and SPL,