diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-10-30 03:04:05 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-10-30 14:38:35 -0400 |
commit | dc4dc36056392c0b0b1ca9e81bebff964b9297e0 (patch) | |
tree | adbe20e39ba98a2ae893548511b656048686cd85 /drivers/spi/Kconfig | |
parent | 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff) |
spi: tegra: add spi driver for SLINK controller
Tegra20/Tegra30 supports the spi interface through its SLINK
controller. Add spi driver for SLINK controller.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 1acae359cabe..25290d9780b2 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -385,6 +385,12 @@ config SPI_MXS | |||
385 | help | 385 | help |
386 | SPI driver for Freescale MXS devices. | 386 | SPI driver for Freescale MXS devices. |
387 | 387 | ||
388 | config SPI_TEGRA20_SLINK | ||
389 | tristate "Nvidia Tegra20/Tegra30 SLINK Controller" | ||
390 | depends on ARCH_TEGRA && TEGRA20_APB_DMA | ||
391 | help | ||
392 | SPI driver for Nvidia Tegra20/Tegra30 SLINK Controller interface. | ||
393 | |||
388 | config SPI_TI_SSP | 394 | config SPI_TI_SSP |
389 | tristate "TI Sequencer Serial Port - SPI Support" | 395 | tristate "TI Sequencer Serial Port - SPI Support" |
390 | depends on MFD_TI_SSP | 396 | depends on MFD_TI_SSP |