aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2012-12-06 08:58:31 -0500
committerGrant Likely <grant.likely@secretlab.ca>2012-12-06 08:58:31 -0500
commita34fc82e234255b657e62c3ce0c12e9439a59e80 (patch)
treea305e3c3c271bb5d6cd7980780f39938a02e32ce /drivers/spi/Kconfig
parent161b96c383c442f4d7dabbb8500a5fbd551b344d (diff)
parent227c4ce6eac9fe6566d9718546a0e31b5b4633cd (diff)
Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git
Pull in the changes Mark has queued up for SPI
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 2a13e637e46b..506584237355 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -392,6 +392,20 @@ config SPI_MXS
392 help 392 help
393 SPI driver for Freescale MXS devices. 393 SPI driver for Freescale MXS devices.
394 394
395config SPI_TEGRA20_SFLASH
396 tristate "Nvidia Tegra20 Serial flash Controller"
397 depends on ARCH_TEGRA
398 help
399 SPI driver for Nvidia Tegra20 Serial flash Controller interface.
400 The main usecase of this controller is to use spi flash as boot
401 device.
402
403config SPI_TEGRA20_SLINK
404 tristate "Nvidia Tegra20/Tegra30 SLINK Controller"
405 depends on ARCH_TEGRA && TEGRA20_APB_DMA
406 help
407 SPI driver for Nvidia Tegra20/Tegra30 SLINK Controller interface.
408
395config SPI_TI_SSP 409config SPI_TI_SSP
396 tristate "TI Sequencer Serial Port - SPI Support" 410 tristate "TI Sequencer Serial Port - SPI Support"
397 depends on MFD_TI_SSP 411 depends on MFD_TI_SSP