summaryrefslogtreecommitdiff
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-04-17 09:21:32 -0400
committerTom Rini <trini@konsulko.com>2019-04-17 09:21:32 -0400
commit36c97c4db71769bb11bd1f130f1442e4122728a8 (patch)
treeaf67028bcd669fbbe8436efae774c3bcb57cbdf9 /drivers/spi/Kconfig
parentecb76eff56a312f4a69fd9a8ac839db646256b00 (diff)
parent4c96c61216719155b3a1d51f6373e996335861de (diff)
Merge branch 'master' of git://git.denx.de/u-boot-spi
- drop non-DM code from ti_qspi - support spi-mem for ti_qspi
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig13
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index a700f240ad..fb794adae7 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -259,6 +259,13 @@ config TEGRA210_QSPI
be used to access SPI chips on platforms embedding this
NVIDIA Tegra210 IP core.
+config TI_QSPI
+ bool "TI QSPI driver"
+ imply TI_EDMA3
+ 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"
help
@@ -346,12 +353,6 @@ config SH_QSPI
Enable the Renesas Quad SPI controller driver. This driver can be
used on Renesas SoCs.
-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 KIRKWOOD_SPI
bool "Marvell Kirkwood SPI Driver"
help