diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 165a81843357..74bd6160dfb1 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -669,6 +669,17 @@ config RTC_DRV_PPC | |||
669 | the RTC. This exposes that functionality through the generic RTC | 669 | the RTC. This exposes that functionality through the generic RTC |
670 | class. | 670 | class. |
671 | 671 | ||
672 | config RTC_DRV_PXA | ||
673 | tristate "PXA27x/PXA3xx" | ||
674 | depends on ARCH_PXA | ||
675 | help | ||
676 | If you say Y here you will get access to the real time clock | ||
677 | built into your PXA27x or PXA3xx CPU. | ||
678 | |||
679 | This RTC driver uses PXA RTC registers available since pxa27x | ||
680 | series (RDxR, RYxR) instead of legacy RCNR, RTAR. | ||
681 | |||
682 | |||
672 | config RTC_DRV_SUN4V | 683 | config RTC_DRV_SUN4V |
673 | bool "SUN4V Hypervisor RTC" | 684 | bool "SUN4V Hypervisor RTC" |
674 | depends on SPARC64 | 685 | depends on SPARC64 |