diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index d3105104a297..9b21c5d77b4a 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -51,6 +51,19 @@ config SPI_MASTER | |||
51 | comment "SPI Master Controller Drivers" | 51 | comment "SPI Master Controller Drivers" |
52 | depends on SPI_MASTER | 52 | depends on SPI_MASTER |
53 | 53 | ||
54 | config SPI_BITBANG | ||
55 | tristate "Bitbanging SPI master" | ||
56 | depends on SPI_MASTER && EXPERIMENTAL | ||
57 | help | ||
58 | With a few GPIO pins, your system can bitbang the SPI protocol. | ||
59 | Select this to get SPI support through I/O pins (GPIO, parallel | ||
60 | port, etc). Or, some systems' SPI master controller drivers use | ||
61 | this code to manage the per-word or per-transfer accesses to the | ||
62 | hardware shift registers. | ||
63 | |||
64 | This is library code, and is automatically selected by drivers that | ||
65 | need it. You only need to select this explicitly to support driver | ||
66 | modules that aren't part of this kernel tree. | ||
54 | 67 | ||
55 | # | 68 | # |
56 | # Add new SPI master controllers in alphabetical order above this line | 69 | # Add new SPI master controllers in alphabetical order above this line |