diff options
author | Cyril Chemparathy <cyril@ti.com> | 2011-01-18 19:21:36 +0000 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-03-15 08:17:22 -0700 |
commit | a72aeefebe6545ad5c9c699e1121019c1709ca77 (patch) | |
tree | dfa765108f3582182ea25c22311e4e0dc7903130 /drivers/spi/Kconfig | |
parent | 03df0f629483f941f83ee2fbb180a4425e99dd23 (diff) |
spi: add ti-ssp spi master driver
This patch adds an SPI master implementation that operates on top of an
underlying TI-SSP port.
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
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 bb233a9cbad..42f5a8d7c81 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 |