diff options
author | Jagan Teki <jteki@openedev.com> | 2015-06-26 19:21:32 (GMT) |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-01 15:45:03 (GMT) |
commit | 9f7a45020bc30934ed4ba3f0c2e4535248934186 (patch) | |
tree | c73ed0b86fb37307b80a33b9999b141067fd6d34 /arch | |
parent | b1c82da266f534813558b3a8e5d53f9055c5872a (diff) | |
download | u-boot-fsl-qoriq-9f7a45020bc30934ed4ba3f0c2e4535248934186.tar.xz |
zynq: Kconfig: Enable dm spi and spi_flash
Enabled CONFIG_DM_SPI and CONFIG_DM_SPI_FLASH for zynq soc.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Acked-by: Simon Glass <sjg@chromium.org>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Tested-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0829235..5f026f0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -671,6 +671,8 @@ config ARCH_ZYNQ select CPU_V7 select SUPPORT_SPL select DM + select DM_SPI + select DM_SPI_FLASH config TARGET_XILINX_ZYNQMP bool "Support Xilinx ZynqMP Platform" |