misc: Correct Kconfig dependencies for a number of options
authorTom Rini <trini@konsulko.com>
Tue, 10 May 2022 16:51:47 +0000 (12:51 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 21:47:17 +0000 (17:47 -0400)
commit8a1ab5e81126c6ccedaa76376e7206f5c8583aa3
treec90632f5a2a442e1b8a2e70ff4174e319aa0bc2d
parent92c1df98b3f71a142e99e31846f697dd2a544782
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>
drivers/misc/Kconfig