diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 56002f7d26bd..ffe34a12f446 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -688,22 +688,16 @@ config RTC_DRV_RS5C313 | |||
688 | help | 688 | help |
689 | If you say yes here you get support for the Ricoh RS5C313 RTC chips. | 689 | If you say yes here you get support for the Ricoh RS5C313 RTC chips. |
690 | 690 | ||
691 | config RTC_DRV_PARISC | 691 | config RTC_DRV_GENERIC |
692 | tristate "PA-RISC firmware RTC support" | 692 | tristate "Generic RTC support" |
693 | depends on PARISC | 693 | # Please consider writing a new RTC driver instead of using the generic |
694 | help | 694 | # RTC abstraction |
695 | Say Y or M here to enable RTC support on PA-RISC systems using | 695 | depends on PARISC || M68K || PPC |
696 | firmware calls. If you do not know what you are doing, you should | 696 | help |
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 | ||
697 | just say Y. | 699 | just say Y. |
698 | 700 | ||
699 | config RTC_DRV_PPC | ||
700 | tristate "PowerPC machine dependent RTC support" | ||
701 | depends on PPC | ||
702 | help | ||
703 | The PowerPC kernel has machine-specific functions for accessing | ||
704 | the RTC. This exposes that functionality through the generic RTC | ||
705 | class. | ||
706 | |||
707 | config RTC_DRV_PXA | 701 | config RTC_DRV_PXA |
708 | tristate "PXA27x/PXA3xx" | 702 | tristate "PXA27x/PXA3xx" |
709 | depends on ARCH_PXA | 703 | depends on ARCH_PXA |
@@ -747,4 +741,13 @@ config RTC_DRV_MV | |||
747 | This driver can also be built as a module. If so, the module | 741 | This driver can also be built as a module. If so, the module |
748 | will be called rtc-mv. | 742 | will be called rtc-mv. |
749 | 743 | ||
744 | config RTC_DRV_PS3 | ||
745 | tristate "PS3 RTC" | ||
746 | depends on PPC_PS3 | ||
747 | help | ||
748 | If you say yes here you will get support for the RTC on PS3. | ||
749 | |||
750 | This driver can also be built as a module. If so, the module | ||
751 | will be called rtc-ps3. | ||
752 | |||
750 | endif # RTC_CLASS | 753 | endif # RTC_CLASS |