aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorDaniel Ribeiro <drwyrm@gmail.com>2009-09-22 16:46:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 07:39:45 -0700
commitd3c7a3f71a103abb7af5bdaf1adf6f693913a4a9 (patch)
tree02cce65ada27b93ede5cf580b99a40ba3ce2735f /drivers/rtc/Kconfig
parent88413e1eeb2cccc721cd5568544f32f4234700fb (diff)
downloadkernel_samsung_smdk4412-d3c7a3f71a103abb7af5bdaf1adf6f693913a4a9.zip
kernel_samsung_smdk4412-d3c7a3f71a103abb7af5bdaf1adf6f693913a4a9.tar.gz
kernel_samsung_smdk4412-d3c7a3f71a103abb7af5bdaf1adf6f693913a4a9.tar.bz2
rtc: driver for PCAP2 PMIC
[ospite@studenti.unina.it: get pcap data from the parent device] Signed-off-by: guiming zhuo <gmzhuo@gmail.com> Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com> Acked-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 8455de8..3c20dae 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -820,4 +820,11 @@ config RTC_DRV_STMP
This driver can also be built as a module. If so, the module
will be called rtc-stmp3xxx.
+config RTC_DRV_PCAP
+ tristate "PCAP RTC"
+ depends on EZX_PCAP
+ help
+ If you say Y here you will get support for the RTC found on
+ the PCAP2 ASIC used on some Motorola phones.
+
endif # RTC_CLASS