summaryrefslogtreecommitdiff
path: root/arch/sandbox/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 19:34:05 +0300
committerTom Rini <trini@konsulko.com>2023-03-03 01:45:58 +0300
commit9ee2f356288641d61899c678cc441760660f0e2c (patch)
treee8f863527c2bf6506f230f887b24e646082d4063 /arch/sandbox/dts
parentdd8a29040dec1566c567e5d8c39456bd0f49e01d (diff)
downloadu-boot-9ee2f356288641d61899c678cc441760660f0e2c.tar.xz
sandbox: Use the generic VPL option to enable VPL
Avoid using CONFIG_SANDBOX_VPL since we have a generic option which works just as well. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/dts')
-rw-r--r--arch/sandbox/dts/sandbox.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index e9b6745d2d..12d3eff5fa 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -103,6 +103,6 @@
#include "cros-ec-keyboard.dtsi"
#include "sandbox_pmic.dtsi"
-#ifdef CONFIG_SANDBOX_VPL
+#if IS_ENABLED(CONFIG_SUPPORT_VPL)
#include "sandbox_vpl.dtsi"
#endif