Kconfig: Varios: Fix more SPL, TPL dependencies
authorAdam Ford <aford173@gmail.com>
Sat, 24 Aug 2019 18:50:34 +0000 (13:50 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2019 15:46:29 +0000 (11:46 -0400)
commita074667d52031b1074bc23ca59bf0b73c13ccf7c
tree9f30c50aa29e5c4f1a0a25f7b04e3de98ddb09e6
parent055c2a78b70dd714dee588ebd7b335249a670d22
Kconfig: Varios: Fix more SPL, TPL dependencies

Several options are presenting themselves on a various boards
where the options are clearly not used.  (ie, SPL/TPL options
when SPL or TPL are not defined)

This patch is not attempting to be a complete list of items, but
more like low hanging fruit.  In some instances, I wasn't sure
of DM was required, so I simply made them SPL or TPL.

This patch attempts to reduce some of the menuconfig noise
by defining dependencies so they don't appear when not used.

Signed-off-by: Adam Ford <aford173@gmail.com>
common/spl/Kconfig
drivers/clk/Kconfig
drivers/core/Kconfig
drivers/misc/Kconfig
drivers/phy/Kconfig
drivers/serial/Kconfig