]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
zynq: Kconfig: Enable dm spi and spi_flash
authorJagan Teki <jteki@openedev.com>
Fri, 26 Jun 2015 19:21:32 +0000 (00:51 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:22 +0000 (00:47 +0200)
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 18b0192aee5e497941fcc90402c016be470caf6a..26730daf426e2229adfa19da9ce8413b56d829c4 100644 (file)
@@ -750,6 +750,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"