aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-11-07 12:30:29 -0500
committerGrant Likely <grant.likely@secretlab.ca>2012-12-05 18:14:38 -0500
commit161b96c383c442f4d7dabbb8500a5fbd551b344d (patch)
treef81c032cf39fe3985a8a10b4895c19c72d6ff8dd /drivers/spi/Kconfig
parentce3293058637ada3b1837a77c8f9c672a51b2434 (diff)
spi/clps711x: New SPI master driver
This patch add new driver for CLPS711X SPI master controller. Due to platform limitations driver supports only 8 bit transfer mode. Chip select control is handled via GPIO. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 1acae359cabe..2a13e637e46b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -123,6 +123,13 @@ config SPI_BUTTERFLY
123 inexpensive battery powered microcontroller evaluation board. 123 inexpensive battery powered microcontroller evaluation board.
124 This same cable can be used to flash new firmware. 124 This same cable can be used to flash new firmware.
125 125
126config SPI_CLPS711X
127 tristate "CLPS711X host SPI controller"
128 depends on ARCH_CLPS711X
129 help
130 This enables dedicated general purpose SPI/Microwire1-compatible
131 master mode interface (SSI1) for CLPS711X-based CPUs.
132
126config SPI_COLDFIRE_QSPI 133config SPI_COLDFIRE_QSPI
127 tristate "Freescale Coldfire QSPI controller" 134 tristate "Freescale Coldfire QSPI controller"
128 depends on (M520x || M523x || M5249 || M525x || M527x || M528x || M532x) 135 depends on (M520x || M523x || M5249 || M525x || M527x || M528x || M532x)