diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 905d3308253b..d2bd8de9403f 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -379,6 +379,13 @@ config RTC_DRV_PL031 | |||
379 | To compile this driver as a module, choose M here: the | 379 | To compile this driver as a module, choose M here: the |
380 | module will be called rtc-pl031. | 380 | module will be called rtc-pl031. |
381 | 381 | ||
382 | config RTC_DRV_AT32AP700X | ||
383 | tristate "AT32AP700X series RTC" | ||
384 | depends on RTC_CLASS && PLATFORM_AT32AP | ||
385 | help | ||
386 | Driver for the internal RTC (Realtime Clock) on Atmel AVR32 | ||
387 | AT32AP700x family processors. | ||
388 | |||
382 | config RTC_DRV_AT91RM9200 | 389 | config RTC_DRV_AT91RM9200 |
383 | tristate "AT91RM9200" | 390 | tristate "AT91RM9200" |
384 | depends on RTC_CLASS && ARCH_AT91RM9200 | 391 | depends on RTC_CLASS && ARCH_AT91RM9200 |