spi: Kconfig: Add TI_QSPI entry

Added TI_QSPI entry on Kconfig with help description.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Jagan Teki 2015-06-27 04:41:11 +05:30
parent 075143d3cf
commit f924a20908
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ config CADENCE_QSPI
used to access the SPI NOR flash on platforms embedding this used to access the SPI NOR flash on platforms embedding this
Cadence IP core. 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 config XILINX_SPI
bool "Xilinx SPI driver" bool "Xilinx SPI driver"
depends on DM_SPI depends on DM_SPI