summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-01-08 03:00:47 +1000
committerMichal Simek <michal.simek@xilinx.com>2016-01-13 13:20:03 +0100
commit47c0d79edc35fdd959851abcb3332bd5e702d0eb (patch)
treefd3b83d4157e8fc62b73b005daa26fa32d32bcec /arch/arm/Kconfig
parent5c9b1d735ea782c2d0ad97496d74cb1fdd27c2d9 (diff)
downloadtalos-obmc-uboot-47c0d79edc35fdd959851abcb3332bd5e702d0eb.tar.gz
talos-obmc-uboot-47c0d79edc35fdd959851abcb3332bd5e702d0eb.zip
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 <nathan@nathanrossi.com> Reviewed-by: Stefan Roese <sr@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9bd6cf1d80..52b300d483 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"
OpenPOWER on IntegriCloud