diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-03-15 15:41:15 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-03-15 15:41:26 +0000 |
commit | 9b963f32c38b4c7d2da667e4458967b550f30bee (patch) | |
tree | be4ed36669fe831fe0d5feaddcc8dfb39809e32e /drivers/spi/Kconfig | |
parent | 4c4070a3097fe9ef57af9ebca6f57a2c57bc6ff1 (diff) | |
parent | 60d97a840175d3becb2e6de36537a5cdfc0ec3a9 (diff) |
Merge branch 'davinci-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci into devel-stable
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 996cf035938..7b90fc361b5 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -350,6 +350,16 @@ config SPI_TEGRA help SPI driver for NVidia Tegra SoCs +config SPI_TI_SSP + tristate "TI Sequencer Serial Port - SPI Support" + depends on MFD_TI_SSP + help + This selects an SPI master implementation using a TI sequencer + serial port. + + To compile this driver as a module, choose M here: the + module will be called ti-ssp-spi. + config SPI_TOPCLIFF_PCH tristate "Topcliff PCH SPI Controller" depends on PCI |