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 e0a1ff927a5..cf02ddc3436 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -220,4 +220,16 @@ config THINKPAD_ACPI_BAY | |||
220 | If you are not sure, say Y here. | 220 | If you are not sure, say Y here. |
221 | 221 | ||
222 | 222 | ||
223 | config ATMEL_SSC | ||
224 | tristate "Device driver for Atmel SSC peripheral" | ||
225 | depends on AVR32 || ARCH_AT91 | ||
226 | ---help--- | ||
227 | This option enables device driver support for Atmel Syncronized | ||
228 | Serial Communication peripheral (SSC). | ||
229 | |||
230 | The SSC peripheral supports a wide variety of serial frame based | ||
231 | communications, i.e. I2S, SPI, etc. | ||
232 | |||
233 | If unsure, say N. | ||
234 | |||
223 | endif # MISC_DEVICES | 235 | endif # MISC_DEVICES |