]> Git Repo - J-u-boot.git/commitdiff
zynq: Kconfig: Enable dm spi and spi_flash
authorJagan Teki <[email protected]>
Fri, 26 Jun 2015 19:21:32 +0000 (00:51 +0530)
committerJagan Teki <[email protected]>
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Siva Durga Prasad Paladugu <[email protected]>
Tested-by: Jagan Teki <[email protected]>
arch/arm/Kconfig

index 08292353336ebb2a070128178dbe1a99ac90b6cc..5f026f06a4bd2b34c915fd50afc3674b0966b120 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"
This page took 0.033494 seconds and 4 git commands to generate.