aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 4a012d9acbff..07c587ec71be 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -64,6 +64,17 @@ config SPI_BFIN
64 help 64 help
65 This is the SPI controller master driver for Blackfin 5xx processor. 65 This is the SPI controller master driver for Blackfin 5xx processor.
66 66
67config SPI_AU1550
68 tristate "Au1550/Au12x0 SPI Controller"
69 depends on SPI_MASTER && (SOC_AU1550 || SOC_AU1200) && EXPERIMENTAL
70 select SPI_BITBANG
71 help
72 If you say yes to this option, support will be included for the
73 Au1550 SPI controller (may also work with Au1200,Au1210,Au1250).
74
75 This driver can also be built as a module. If so, the module
76 will be called au1550_spi.
77
67config SPI_BITBANG 78config SPI_BITBANG
68 tristate "Bitbanging SPI master" 79 tristate "Bitbanging SPI master"
69 depends on SPI_MASTER && EXPERIMENTAL 80 depends on SPI_MASTER && EXPERIMENTAL
@@ -159,6 +170,15 @@ config SPI_AT25
159 This driver can also be built as a module. If so, the module 170 This driver can also be built as a module. If so, the module
160 will be called at25. 171 will be called at25.
161 172
173config SPI_SPIDEV
174 tristate "User mode SPI device driver support"
175 depends on SPI_MASTER && EXPERIMENTAL
176 help
177 This supports user mode SPI protocol drivers.
178
179 Note that this application programming interface is EXPERIMENTAL
180 and hence SUBJECT TO CHANGE WITHOUT NOTICE while it stabilizes.
181
162# 182#
163# Add new SPI protocol masters in alphabetical order above this line 183# Add new SPI protocol masters in alphabetical order above this line
164# 184#