From: Jagan Teki Date: Sat, 15 Aug 2015 18:49:38 +0000 (+0530) Subject: spi: Kconfig: Add Zynq QSPI controller entry X-Git-Tag: v2016.01-rc1~155^2~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78a025ace8124a36e475251916d46cbdd029c5bb;p=u-boot spi: Kconfig: Add Zynq QSPI controller entry Add Zynq QSPI controller Kconfig entry. Signed-off-by: Jagan Teki Reviewed-by: Simon Glass Acked-by: Michal Simek Cc: Siva Durga Prasad Paladugu --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 2f8cf19613..7d7a9d0809 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -139,6 +139,15 @@ config ZYNQ_SPI access the SPI NOR flash on platforms embedding this Zynq SPI IP core. +config ZYNQ_QSPI + bool "Zynq QSPI driver" + depends on ARCH_ZYNQ + help + Enable the Zynq Quad-SPI (QSPI) driver. This driver can be + used to access the SPI NOR flash on platforms embedding this + Zynq QSPI IP core. This IP is used to connect the flash in + 4-bit qspi, 8-bit dual stacked and shared 4-bit dual parallel. + endif # if DM_SPI config FSL_ESPI