commit | 8a1ab5e81126c6ccedaa76376e7206f5c8583aa3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 10 12:51:47 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 17:47:17 2022 -0400 |
tree | c90632f5a2a442e1b8a2e70ff4174e319aa0bc2d | |
parent | 92c1df98b3f71a142e99e31846f697dd2a544782 [diff] |
misc: Correct Kconfig dependencies for a number of options We have many cases of SPL (or TPL or VPL) drivers that don't depend on SPL_MISC (and so on) but rather just MISC. Cc: Sean Anderson <sean.anderson@seco.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Sean Anderson <sean.anderson@seco.com>