From: Jagan Teki Date: Fri, 26 Jun 2015 23:11:11 +0000 (+0530) Subject: spi: Kconfig: Add TI_QSPI entry X-Git-Tag: v2015.07~30^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f924a2090884a33d175f74d905e70c8e713b2abb;p=oweals%2Fu-boot.git spi: Kconfig: Add TI_QSPI entry Added TI_QSPI entry on Kconfig with help description. Signed-off-by: Jagan Teki Reviewed-by: Tom Rini --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 452dd4d85b..218657e759 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -54,6 +54,12 @@ config CADENCE_QSPI used to access the SPI NOR flash on platforms embedding this Cadence IP core. +config TI_QSPI + bool "TI QSPI driver" + help + Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms. + This driver support spi flash single, quad and memory reads. + config XILINX_SPI bool "Xilinx SPI driver" depends on DM_SPI