diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index f55eb0107336..82dabbca00c1 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -100,6 +100,13 @@ config SPI_BUTTERFLY | |||
100 | inexpensive battery powered microcontroller evaluation board. | 100 | inexpensive battery powered microcontroller evaluation board. |
101 | This same cable can be used to flash new firmware. | 101 | This same cable can be used to flash new firmware. |
102 | 102 | ||
103 | config SPI_DAVINCI | ||
104 | tristate "SPI controller driver for DaVinci/DA8xx SoC's" | ||
105 | depends on SPI_MASTER && ARCH_DAVINCI | ||
106 | select SPI_BITBANG | ||
107 | help | ||
108 | SPI master controller for DaVinci and DA8xx SPI modules. | ||
109 | |||
103 | config SPI_GPIO | 110 | config SPI_GPIO |
104 | tristate "GPIO-based bitbanging SPI Master" | 111 | tristate "GPIO-based bitbanging SPI Master" |
105 | depends on GENERIC_GPIO | 112 | depends on GENERIC_GPIO |