summaryrefslogtreecommitdiff
path: root/drivers/core
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-08-24 21:50:34 +0300
committerTom Rini <trini@konsulko.com>2019-08-26 18:46:29 +0300
commita074667d52031b1074bc23ca59bf0b73c13ccf7c (patch)
tree9f30c50aa29e5c4f1a0a25f7b04e3de98ddb09e6 /drivers/core
parent055c2a78b70dd714dee588ebd7b335249a670d22 (diff)
downloadu-boot-a074667d52031b1074bc23ca59bf0b73c13ccf7c.tar.xz
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>
Diffstat (limited to 'drivers/core')
-rw-r--r--drivers/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 2d195ae35e..3b95b5387b 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -92,7 +92,7 @@ config DM_SEQ_ALIAS
config SPL_DM_SEQ_ALIAS
bool "Support numbered aliases in device tree in SPL"
- depends on DM
+ depends on SPL_DM
default n
help
Most boards will have a '/aliases' node containing the path to