summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-17 19:41:23 -0600
committerMichal Simek <michal.simek@xilinx.com>2015-11-04 14:49:53 +0100
commit71556fbcbfb8918c093bcb0095dcaf12fa29e0dc (patch)
treec3dfab5d3c5fc3faf52fc071a6831e78c5e039f0 /arch/arm/Kconfig
parentc54c0a4c1c745a009565ceb2a5c564d4d9418476 (diff)
downloadtalos-obmc-uboot-71556fbcbfb8918c093bcb0095dcaf12fa29e0dc.tar.gz
talos-obmc-uboot-71556fbcbfb8918c093bcb0095dcaf12fa29e0dc.zip
dm: arm: zynq: Enable device tree control in SPL
Move to using device tree control in SPL so that we can use the same driver code in both SPL and U-Boot proper. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3992f69b12..97b9647d19 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -543,9 +543,12 @@ config ARCH_ZYNQ
select CPU_V7
select SUPPORT_SPL
select OF_CONTROL
+ select SPL_OF_CONTROL
select DM
+ select SPL_DM
select DM_SPI
select DM_SPI_FLASH
+ select SPL_SEPARATE_BSS
config ARCH_ZYNQMP
bool "Support Xilinx ZynqMP Platform"
OpenPOWER on IntegriCloud