File tree Expand file tree Collapse file tree 3 files changed +1392
-0
lines changed Expand file tree Collapse file tree 3 files changed +1392
-0
lines changed Original file line number Diff line number Diff line change @@ -843,6 +843,15 @@ config SPI_MXS
843843 help
844844 SPI driver for Freescale MXS devices.
845845
846+ config SPI_TEGRA210_QUAD
847+ tristate "NVIDIA Tegra QSPI Controller"
848+ depends on ARCH_TEGRA || COMPILE_TEST
849+ depends on RESET_CONTROLLER
850+ help
851+ QSPI driver for NVIDIA Tegra QSPI Controller interface. This
852+ controller is different from the SPI controller and is available
853+ on Tegra SoCs starting from Tegra210.
854+
846855config SPI_TEGRA114
847856 tristate "NVIDIA Tegra114 SPI Controller"
848857 depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ obj-$(CONFIG_SPI_ST_SSC4) += spi-st-ssc4.o
115115obj-$(CONFIG_SPI_SUN4I) += spi-sun4i.o
116116obj-$(CONFIG_SPI_SUN6I) += spi-sun6i.o
117117obj-$(CONFIG_SPI_SYNQUACER) += spi-synquacer.o
118+ obj-$(CONFIG_SPI_TEGRA210_QUAD) += spi-tegra210-quad.o
118119obj-$(CONFIG_SPI_TEGRA114) += spi-tegra114.o
119120obj-$(CONFIG_SPI_TEGRA20_SFLASH) += spi-tegra20-sflash.o
120121obj-$(CONFIG_SPI_TEGRA20_SLINK) += spi-tegra20-slink.o
You can’t perform that action at this time.
0 commit comments