diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2009-02-19 10:46:49 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-04-01 21:05:31 -0400 |
commit | 3afe6d04626f8de87b15150a30b78df492ab68ee (patch) | |
tree | 5be89e6b7cb0053bd8e0d2b97b9905fb4adc1afe /drivers/rtc/Kconfig | |
parent | 8c534e95d595750d888a7aa8b6151f196d06c75b (diff) |
parisc: rtc: Rename rtc-parisc to rtc-generic
The rtc-parisc driver is not PA-RISC specific at all, as it uses the existing
(but deprecated) generic RTC infrastructure ([gs]et_rtc_time()).
Rename the driver from rtc-parisc to rtc-generic.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 09d5cd33a3f6..13df5133020a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -688,12 +688,14 @@ 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 | # Please consider writing a new RTC driver instead of using the generic | ||
694 | # RTC abstraction | ||
693 | depends on PARISC | 695 | depends on PARISC |
694 | help | 696 | help |
695 | Say Y or M here to enable RTC support on PA-RISC systems using | 697 | Say Y or M here to enable RTC support on systems using the generic |
696 | firmware calls. 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 |
697 | just say Y. | 699 | just say Y. |
698 | 700 | ||
699 | config RTC_DRV_PPC | 701 | config RTC_DRV_PPC |