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>
This commit is contained in:
parent
67b2904819
commit
eb04ab3492
|
@ -558,15 +558,15 @@ config ARCH_ZYNQ
|
||||||
select CPU_V7
|
select CPU_V7
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
select OF_CONTROL
|
select OF_CONTROL
|
||||||
select SPL_OF_CONTROL
|
select SPL_OF_CONTROL if SPL
|
||||||
select DM
|
select DM
|
||||||
select DM_ETH
|
select DM_ETH
|
||||||
select SPL_DM
|
select SPL_DM if SPL
|
||||||
select DM_MMC
|
select DM_MMC
|
||||||
select DM_SPI
|
select DM_SPI
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_SPI_FLASH
|
select DM_SPI_FLASH
|
||||||
select SPL_SEPARATE_BSS
|
select SPL_SEPARATE_BSS if SPL
|
||||||
|
|
||||||
config ARCH_ZYNQMP
|
config ARCH_ZYNQMP
|
||||||
bool "Support Xilinx ZynqMP Platform"
|
bool "Support Xilinx ZynqMP Platform"
|
||||||
|
|
Loading…
Reference in New Issue