From 13ce351b9a292a758415ef8eba3c349c28cf4697 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 8 Jun 2022 08:24:40 -0400 Subject: vpl: Ensure all VPL symbols in Kconfig have some VPL dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tighten up symbol dependencies in a number of places. Ensure that a VPL specific option has at least a direct dependency on VPL. In places where it's clear that we depend on something more specific, use that dependency instead. Reported-by: Pali Rohár Signed-off-by: Tom Rini --- dts/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'dts') diff --git a/dts/Kconfig b/dts/Kconfig index f1d05cc080..bc5f22029f 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -534,6 +534,7 @@ endif config VPL_OF_REAL def_bool y + depends on VPL help Indicates that a real devicetree is available which can be accessed at runtime. This means that dev_read_...() functions can be used to -- cgit v1.2.3