summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-08 08:24:40 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:31 -0400
commit13ce351b9a292a758415ef8eba3c349c28cf4697 (patch)
treee74c5573000a664edef03c57a7674d51b0538e9e /dts
parent8bea4bf7d31d2ab8a4a0162755b79a4a59a90dcd (diff)
vpl: Ensure all VPL symbols in Kconfig have some VPL dependency
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 <pali@kernel.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig1
1 files changed, 1 insertions, 0 deletions
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