diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 6cc2c0330230..1b26eeb52c97 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -458,6 +458,16 @@ config RTC_DRV_VR41XX | |||
458 | To compile this driver as a module, choose M here: the | 458 | To compile this driver as a module, choose M here: the |
459 | module will be called rtc-vr41xx. | 459 | module will be called rtc-vr41xx. |
460 | 460 | ||
461 | config RTC_DRV_PL030 | ||
462 | tristate "ARM AMBA PL030 RTC" | ||
463 | depends on ARM_AMBA | ||
464 | help | ||
465 | If you say Y here you will get access to ARM AMBA | ||
466 | PrimeCell PL030 RTC found on certain ARM SOCs. | ||
467 | |||
468 | To compile this driver as a module, choose M here: the | ||
469 | module will be called rtc-pl030. | ||
470 | |||
461 | config RTC_DRV_PL031 | 471 | config RTC_DRV_PL031 |
462 | tristate "ARM AMBA PL031 RTC" | 472 | tristate "ARM AMBA PL031 RTC" |
463 | depends on ARM_AMBA | 473 | depends on ARM_AMBA |