diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2009-02-19 10:50:46 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-04-01 21:05:31 -0400 |
commit | bcd68a70cb0eee556d86d93133aa150319bd9f53 (patch) | |
tree | 433e163d649d515bfc08751016fe98d3cf0caaee /drivers/rtc/Kconfig | |
parent | 2ceb3ad705aa1abe6656b038bb9f4a6b1201cc35 (diff) |
powerpc: Hook up rtc-generic, and kill rtc-ppc
PowerPC has been a long time user of the generic RTC abstraction, so hook up
rtc-generic:
- Create the "rtc-generic" platform device if ppc_md.get_rtc_time is set,
- Kill rtc-ppc, as rtc-generic offers the same functionality in a more
generic way, and supports autoloading through udev.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Acked-by: David Woodhouse <David.Woodhouse@intel.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
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 |