]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit58ee9b51273e22d63168171bc1452fbdaa49709c
tree9f30c50aa29e5c4f1a0a25f7b04e3de98ddb09e6
parent420f8463b7c5856ff4cf4b2e0156e529fb54cb9c
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