commit | 36a4ca0b606ef8a81ced6884e04ceb613edd8565 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jun 08 08:24:39 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 28 17:03:31 2022 -0400 |
tree | d3ddc8b2d8cd63829a42f17f16017dd701c9936d | |
parent | 49f5d17da8b5b7867660a550603dffd9b0920df9 [diff] |
tpl: Ensure all TPL symbols in Kconfig have some TPL dependency Tighten up symbol dependencies in a number of places. Ensure that a TPL specific option has at least a direct dependency on TPL. 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>