]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
spi: Kconfig: Add Zynq SPI controller entry
authorJagan Teki <jteki@openedev.com>
Fri, 26 Jun 2015 19:21:38 +0000 (00:51 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:23 +0000 (00:47 +0200)
Add Zynq SPI controller Kconfig entry.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Marek Vasut <marex@denx.de>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
drivers/spi/Kconfig

index 6300ba152972485d86dca3bd475e930afdb68226..b3ba2b78ad39b5d3772d43aea990af1dca1f3ffc 100644 (file)
@@ -54,3 +54,11 @@ config CADENCE_QSPI
          Enable the Cadence Quad-SPI (QSPI) driver. This driver can be
          used to access the SPI NOR flash on platforms embedding this
          Cadence IP core.
+
+config ZYNQ_SPI
+       bool "Zynq SPI driver"
+       depends on DM_SPI && (ARCH_ZYNQ || TARGET_XILINX_ZYNQMP)
+       help
+         Enable the Zynq SPI driver. This driver can be used to
+         access the SPI NOR flash on platforms embedding this Zynq
+         SPI IP core.