Kconfigs: Various: Fix some SPL, TPL and ARM64 dependencies
authorAdam Ford <aford173@gmail.com>
Tue, 13 Aug 2019 19:32:30 +0000 (14:32 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2019 17:59:06 +0000 (13:59 -0400)
commit057055660fd52cc52c6dfe2ac67dc6ae3040c71f
tree6684ad8af1989d593314e20a8f3b905b8bf9d8a7
parent5484793363f3a03c542b7db12f40bf6d1da48203
Kconfigs: Various: Fix some SPL, TPL and ARM64 dependencies

Several options are presenting themselves on a various boards
where the options are clearly not used.  (ie, arm64 options on
arm9, or 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.

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>
Kconfig
arch/arm/Kconfig
common/spl/Kconfig