summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-01-13 14:32:43 +0100
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 15:55:55 +0100
commiteb04ab3492297941b285ff552645cc1c0ed72edb (patch)
tree05f67d8ee7ce33d351d97dcc16165984ce38ea85 /arch/arm/Kconfig
parent67b2904819f55fd30aabc731ca7b67e480a51f85 (diff)
downloadblackbird-obmc-uboot-eb04ab3492297941b285ff552645cc1c0ed72edb.tar.gz
blackbird-obmc-uboot-eb04ab3492297941b285ff552645cc1c0ed72edb.zip
ARM: zynq: Do not select options if SPL is not enabled
Zynq setups some default options for SPL but not all targets are enabling SPL. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 876a620cf1..d2dbb1a5c2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -558,15 +558,15 @@ config ARCH_ZYNQ
select CPU_V7
select SUPPORT_SPL
select OF_CONTROL
- select SPL_OF_CONTROL
+ select SPL_OF_CONTROL if SPL
select DM
select DM_ETH
- select SPL_DM
+ select SPL_DM if SPL
select DM_MMC
select DM_SPI
select DM_SERIAL
select DM_SPI_FLASH
- select SPL_SEPARATE_BSS
+ select SPL_SEPARATE_BSS if SPL
config ARCH_ZYNQMP
bool "Support Xilinx ZynqMP Platform"
OpenPOWER on IntegriCloud