diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8534012ebdef..0bfd3aad6179 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -202,6 +202,12 @@ config RTC_DRV_PL031 | |||
202 | To compile this driver as a module, choose M here: the | 202 | To compile this driver as a module, choose M here: the |
203 | module will be called rtc-pl031. | 203 | module will be called rtc-pl031. |
204 | 204 | ||
205 | config RTC_DRV_AT91 | ||
206 | tristate "AT91RM9200" | ||
207 | depends on RTC_CLASS && ARCH_AT91RM9200 | ||
208 | help | ||
209 | Driver for the Atmel AT91RM9200's internal RTC (Realtime Clock). | ||
210 | |||
205 | config RTC_DRV_TEST | 211 | config RTC_DRV_TEST |
206 | tristate "Test driver/device" | 212 | tristate "Test driver/device" |
207 | depends on RTC_CLASS | 213 | depends on RTC_CLASS |