aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 4a012d9acbff..584ed9f74700 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -159,6 +159,15 @@ config SPI_AT25
159 This driver can also be built as a module. If so, the module 159 This driver can also be built as a module. If so, the module
160 will be called at25. 160 will be called at25.
161 161
162config SPI_SPIDEV
163 tristate "User mode SPI device driver support"
164 depends on SPI_MASTER && EXPERIMENTAL
165 help
166 This supports user mode SPI protocol drivers.
167
168 Note that this application programming interface is EXPERIMENTAL
169 and hence SUBJECT TO CHANGE WITHOUT NOTICE while it stabilizes.
170
162# 171#
163# Add new SPI protocol masters in alphabetical order above this line 172# Add new SPI protocol masters in alphabetical order above this line
164# 173#