diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 73e248fb2ff1..346c44eff95e 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -203,4 +203,16 @@ config THINKPAD_ACPI_BAY | |||
203 | If you are not sure, say Y here. | 203 | If you are not sure, say Y here. |
204 | 204 | ||
205 | 205 | ||
206 | config ATMEL_SSC | ||
207 | tristate "Device driver for Atmel SSC peripheral" | ||
208 | depends on AVR32 || ARCH_AT91 | ||
209 | ---help--- | ||
210 | This option enables device driver support for Atmel Syncronized | ||
211 | Serial Communication peripheral (SSC). | ||
212 | |||
213 | The SSC peripheral supports a wide variety of serial frame based | ||
214 | communications, i.e. I2S, SPI, etc. | ||
215 | |||
216 | If unsure, say N. | ||
217 | |||
206 | endif # MISC_DEVICES | 218 | endif # MISC_DEVICES |