summaryrefslogtreecommitdiff
path: root/test/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'test/Kconfig')
-rw-r--r--test/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Kconfig b/test/Kconfig
index 7f3447ae5a..9b283a57ba 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -8,6 +8,7 @@ menuconfig UNIT_TEST
config SPL_UNIT_TEST
bool "Unit tests in SPL"
+ depends on SPL
# We need to be able to unbind devices for tests to work
select SPL_DM_DEVICE_REMOVE
help