From: Tom Rini <trini@konsulko.com>
Date: Fri, 16 Aug 2024 03:49:03 +0000 (-0600)
Subject: test/overlay: Make this depend on SANDBOX
X-Git-Tag: v2025.01-rc5-pxa1908~170^2~101^2~2
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=636e07915f3f6696af9eb891c6e9f94a210f2f85;p=u-boot.git

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>
---

diff --git a/test/overlay/Kconfig b/test/overlay/Kconfig
index a4f154415d..881848968b 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