]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
spi: Kconfig: Add TI_QSPI entry
authorJagan Teki <jteki@openedev.com>
Fri, 26 Jun 2015 23:11:11 +0000 (04:41 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:33 +0000 (00:47 +0200)
Added TI_QSPI entry on Kconfig with help description.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/spi/Kconfig

index 0b7915fbfd31cfbf7afe41d962be47124fe0effb..d16e298f8f4172a9dd7e1e57f33c20b83794f3a4 100644 (file)
@@ -57,6 +57,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