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 86056d1409b1..3ac072f6db35 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -171,6 +171,13 @@ config SPI_PL022 | |||
171 | controller. If you have an embedded system with an AMBA(R) | 171 | controller. If you have an embedded system with an AMBA(R) |
172 | bus and a PL022 controller, say Y or M here. | 172 | bus and a PL022 controller, say Y or M here. |
173 | 173 | ||
174 | config SPI_PPC4xx | ||
175 | tristate "PPC4xx SPI Controller" | ||
176 | depends on PPC32 && 4xx && SPI_MASTER | ||
177 | select SPI_BITBANG | ||
178 | help | ||
179 | This selects a driver for the PPC4xx SPI Controller. | ||
180 | |||
174 | config SPI_PXA2XX | 181 | config SPI_PXA2XX |
175 | tristate "PXA2xx SSP SPI master" | 182 | tristate "PXA2xx SSP SPI master" |
176 | depends on ARCH_PXA && EXPERIMENTAL | 183 | depends on ARCH_PXA && EXPERIMENTAL |