diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-04-20 07:08:36 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-05-22 09:56:38 -0400 |
commit | a190901c6b5f1f4a31681e8c69d811a4f9426e2b (patch) | |
tree | 146d286488cf0b838c9ea1789a00b18dcabd73b4 /drivers/rtc/Kconfig | |
parent | 2dba8518b7761aee3ba757b298efa15dd34eff18 (diff) |
[RTC] rtc-pl030: add driver, remove old non-rtc lib driver
Convert Integrator PL030 RTC driver to use the RTC class interfaces.
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 |