From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 4 Sep 2015 13:03:33 +0530 Subject: [U-Boot] [PATCH v5 13/16] spi: Kconfig: Add Zynq QSPI controller entry In-Reply-To: <1441352013-7510-1-git-send-email-jteki@openedev.com> References: <1441352013-7510-1-git-send-email-jteki@openedev.com> Message-ID: <1441352013-7510-2-git-send-email-jteki@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add Zynq QSPI controller Kconfig entry. Signed-off-by: Jagan Teki Reviewed-by: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu --- Changes for v2. v3, v4: - none Changes for v5: - Remove TARGET_XILINX_ZYNQMP drivers/spi/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8e04fce..0692419 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -131,6 +131,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 -- 1.9.1