summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAnish Trivedi <anish@freescale.com>2011-07-15 16:00:59 -0500
committerJason Liu <r64343@freescale.com>2012-07-20 13:14:44 +0800
commit739c5c45319e945a691ca29286868e4861b6758d (patch)
treec556ed9a679a6dc7ea10da8498f7f1df920e728c /drivers/rtc/Kconfig
parent878fa817c8c7daa575d4ff15ffc0ea0e4e460f46 (diff)
ENGR00153208-2 Add SNVS RTC driver
This adds an RTC driver for the Low Power (LP) section of SNVS. It hooks into the /dev/rtc interface. It only uses the RTC hw in non-secure mode. Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rwxr-xr-xdrivers/rtc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index fd0c4736a144..f23445201125 100755
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -641,6 +641,14 @@ config RTC_DRV_MXC_V2
help
Support for Freescale SRTC MXC
+config RTC_DRV_SNVS
+ tristate "Freescale SNVS Real Time Clock"
+ depends on ARCH_MXC
+ depends on RTC_CLASS
+ help
+ If you say yes here you get support for the Freescale SNVS
+ Low Power (LP) RTC module.
+
config RTC_DRV_BQ4802
tristate "TI BQ4802"
help