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 9052f4c3493b..7e54e48efd5c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -51,6 +51,13 @@ 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_ATMEL | ||
55 | tristate "Atmel SPI Controller" | ||
56 | depends on (ARCH_AT91 || AVR32) && SPI_MASTER | ||
57 | help | ||
58 | This selects a driver for the Atmel SPI Controller, present on | ||
59 | many AT32 (AVR32) and AT91 (ARM) chips. | ||
60 | |||
54 | config SPI_BITBANG | 61 | config SPI_BITBANG |
55 | tristate "Bitbanging SPI master" | 62 | tristate "Bitbanging SPI master" |
56 | depends on SPI_MASTER && EXPERIMENTAL | 63 | depends on SPI_MASTER && EXPERIMENTAL |