diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8455de86e2bf..3c20dae43ce2 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -820,4 +820,11 @@ config RTC_DRV_STMP | |||
820 | This driver can also be built as a module. If so, the module | 820 | This driver can also be built as a module. If so, the module |
821 | will be called rtc-stmp3xxx. | 821 | will be called rtc-stmp3xxx. |
822 | 822 | ||
823 | config RTC_DRV_PCAP | ||
824 | tristate "PCAP RTC" | ||
825 | depends on EZX_PCAP | ||
826 | help | ||
827 | If you say Y here you will get support for the RTC found on | ||
828 | the PCAP2 ASIC used on some Motorola phones. | ||
829 | |||
823 | endif # RTC_CLASS | 830 | endif # RTC_CLASS |