commit | 0a83cc222a44ea2e6e8be367dcd5f6c562fc33c3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 10 23:03:09 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 07 09:29:08 2022 -0400 |
tree | 117ba774591d068ff037e4a2e6b1bca39d9fc037 | |
parent | 6d772e59a6e5bd1f434fcfebf4fe4661be73f873 [diff] |
spl: Ensure all SPL symbols in Kconfig have some SPL dependency Tighten up symbol dependencies in a number of places. Ensure that a SPL specific option has at least a direct dependency on SPL. In places where it's clear that we depend on something more specific, use that dependency instead. This means in a very small number of places we can drop redundant dependencies. Reported-by: Pali Rohár <pali@kernel.org> Signed-off-by: Tom Rini <trini@konsulko.com>