summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Kconfig b/test/Kconfig
index e842c01308f..e2ec0994a2e 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -67,7 +67,7 @@ endif
config UT_BOOTSTD
bool "Unit tests for standard boot"
- depends on UNIT_TEST && SANDBOX
+ depends on UNIT_TEST && BOOTSTD && SANDBOX
default y
config UT_COMPRESSION