summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Rossi <[email protected]>2016-01-08 03:00:47 +1000
committerMichal Simek <[email protected]>2016-01-13 13:20:03 +0100
commit47c0d79edc35fdd959851abcb3332bd5e702d0eb (patch)
treefd3b83d4157e8fc62b73b005daa26fa32d32bcec
parent5c9b1d735ea782c2d0ad97496d74cb1fdd27c2d9 (diff)
arm: mvebu: Select SPL_DM_SEQ_ALIAS
Select SPL_DM_SEQ_ALIAS which is required for certain uclasses, specifically SPI Flash. Signed-off-by: Nathan Rossi <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Cc: Albert Aribaud <[email protected]> Cc: Stefan Roese <[email protected]> Acked-by: Stefan Roese <[email protected]> Signed-off-by: Michal Simek <[email protected]>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9bd6cf1d807..52b300d4831 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -118,6 +118,7 @@ config ARCH_MVEBU
select OF_SEPARATE
select DM
select DM_SERIAL
+ select SPL_DM_SEQ_ALIAS
config TARGET_DEVKIT3250
bool "Support devkit3250"