summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-08-15 21:49:03 -0600
committerTom Rini <trini@konsulko.com>2024-08-23 15:59:39 -0600
commit636e07915f3f6696af9eb891c6e9f94a210f2f85 (patch)
tree9145b85e20bb15ef88b6536ca0dd6649a827100e
parent1779a58c66a8229ebc18c08c11f9c7e71b3fd982 (diff)
test/overlay: Make this depend on SANDBOX
As the overlays are sandbox specific, mark the whole test as depending on sandbox. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--test/overlay/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/overlay/Kconfig b/test/overlay/Kconfig
index a4f154415db..881848968bb 100644
--- a/test/overlay/Kconfig
+++ b/test/overlay/Kconfig
@@ -1,6 +1,6 @@
config UT_OVERLAY
bool "Enable Device Tree Overlays Unit Tests"
- depends on UNIT_TEST && OF_CONTROL
+ depends on UNIT_TEST && OF_CONTROL && SANDBOX
default y
select OF_LIBFDT_OVERLAY
help