diff options
author | Tom Warren <twarren@nvidia.com> | 2015-10-12 14:50:54 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-11-12 09:21:07 -0700 |
commit | 4e675ff2442a8856587f800aa49c28321ca5d6d6 (patch) | |
tree | 35db12faecd73561a6fb8c0c51dd3093fa5ea151 /drivers/spi/Kconfig | |
parent | eca676bd673f7737d1e85391d846f014d9c197da (diff) | |
download | u-boot-imx-4e675ff2442a8856587f800aa49c28321ca5d6d6.zip u-boot-imx-4e675ff2442a8856587f800aa49c28321ca5d6d6.tar.gz u-boot-imx-4e675ff2442a8856587f800aa49c28321ca5d6d6.tar.bz2 |
Tegra: T210: Add QSPI driver
This is the normal Tegra SPI driver modified to work with the
QSPI controller in Tegra210. It does not do 2x/4x transfers
or any other QSPI protocol.
Signed-off-by: Yen Lin <yelin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 7d7a9d0..a0dbd8b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -123,6 +123,13 @@ config TEGRA20_SLINK be used to access the SPI NOR flash on platforms embedding this nVidia Tegra20/Tegra30 IP cores. +config TEGRA210_QSPI + bool "nVidia Tegra210 QSPI driver" + help + Enable the Tegra Quad-SPI (QSPI) driver for T210. This driver + be used to access SPI chips on platforms embedding this + NVIDIA Tegra210 IP core. + config XILINX_SPI bool "Xilinx SPI driver" help |