summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-31 12:47:55 +0900
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:31 -0600
commit8981f05c034d26cf0f274358a984487d1b6c603e (patch)
tree79b6f258e93b42e93b22807984a04b58351799df /arch
parent4e819950a53244fc881cba5e11978a0a34fb3c76 (diff)
downloadtalos-obmc-uboot-8981f05c034d26cf0f274358a984487d1b6c603e.tar.gz
talos-obmc-uboot-8981f05c034d26cf0f274358a984487d1b6c603e.zip
ARM: zynq: use "select" instead of default value in defconfig
All the Zynq boards have switch to Driver Model. "select DM" is better than default value in each defconfig. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1c90d177b9..588e5eeb42 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -650,6 +650,7 @@ config ZYNQ
bool "Xilinx Zynq Platform"
select CPU_V7
select SUPPORT_SPL
+ select DM
config TARGET_XILINX_ZYNQMP
bool "Support Xilinx ZynqMP Platform"
OpenPOWER on IntegriCloud