zynq: Kconfig: Enable dm spi and spi_flash
authorJagan Teki <jteki@openedev.com>
Fri, 26 Jun 2015 19:21:32 +0000 (00:51 +0530)
committerJagan Teki <jteki@openedev.com>
Wed, 1 Jul 2015 15:45:03 +0000 (21:15 +0530)
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>
arch/arm/Kconfig

index 0829235..5f026f0 100644 (file)
@@ -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"