From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sun, 10 May 2015 20:45:57 +0530 Subject: [U-Boot] [U-Boot PATCH v2 17/17] spi: Kconfig: Add Zynq SPI controller entry In-Reply-To: <1431270957-6901-1-git-send-email-jteki@openedev.com> References: <1431270957-6901-1-git-send-email-jteki@openedev.com> Message-ID: <1431270957-6901-18-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 SPI controller Kconfig entry. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Marek Vasut Cc: Michal Simek Cc: Siva Durga Prasad Paladugu --- drivers/spi/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 76545b0..52c0598 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -52,6 +52,14 @@ config CADENCE_QSPI 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. + config ZYNQ_QSPI bool "Zynq QSPI driver" depends on DM_SPI && (ARCH_ZYNQ || TARGET_XILINX_ZYNQMP) -- 1.9.1