diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 5aab5b917c8b..fa66d10dd5a0 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -692,20 +692,12 @@ config RTC_DRV_GENERIC | |||
692 | tristate "Generic RTC support" | 692 | tristate "Generic RTC support" |
693 | # Please consider writing a new RTC driver instead of using the generic | 693 | # Please consider writing a new RTC driver instead of using the generic |
694 | # RTC abstraction | 694 | # RTC abstraction |
695 | depends on PARISC || M68K | 695 | depends on PARISC || M68K || PPC |
696 | help | 696 | help |
697 | Say Y or M here to enable RTC support on systems using the generic | 697 | Say Y or M here to enable RTC support on systems using the generic |
698 | RTC abstraction. If you do not know what you are doing, you should | 698 | RTC abstraction. If you do not know what you are doing, you should |
699 | just say Y. | 699 | just say Y. |
700 | 700 | ||
701 | config RTC_DRV_PPC | ||
702 | tristate "PowerPC machine dependent RTC support" | ||
703 | depends on PPC | ||
704 | help | ||
705 | The PowerPC kernel has machine-specific functions for accessing | ||
706 | the RTC. This exposes that functionality through the generic RTC | ||
707 | class. | ||
708 | |||
709 | config RTC_DRV_PXA | 701 | config RTC_DRV_PXA |
710 | tristate "PXA27x/PXA3xx" | 702 | tristate "PXA27x/PXA3xx" |
711 | depends on ARCH_PXA | 703 | depends on ARCH_PXA |