commit | 7fb323b2021134be7045413676ceb0236e6cfc61 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jun 08 08:24:40 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 28 17:03:31 2022 -0400 |
tree | e74c5573000a664edef03c57a7674d51b0538e9e | |
parent | 36a4ca0b606ef8a81ced6884e04ceb613edd8565 [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>