diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-10-04 20:13:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 14:05:01 -0400 |
commit | 179a502f8c4605c502f798e18f66ae096fe42402 (patch) | |
tree | c0cf9d17799cf41b9d80a51338bfcb6f6c88036d /drivers/rtc/Kconfig | |
parent | 7418a1198991beb5bf6656b2ac0bcbde378c5539 (diff) |
rtc: snvs: add Freescale rtc-snvs driver
Add an RTC driver for Freescale Secure Non-Volatile Storage (SNVS)
Low Power (LP) RTC.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Kim Phillips <kim.phillips@freescale.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
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/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index d4681c97f7cc..f87bfea6718c 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1109,4 +1109,15 @@ config RTC_DRV_MXC | |||
1109 | This driver can also be built as a module, if so, the module | 1109 | This driver can also be built as a module, if so, the module |
1110 | will be called "rtc-mxc". | 1110 | will be called "rtc-mxc". |
1111 | 1111 | ||
1112 | config RTC_DRV_SNVS | ||
1113 | tristate "Freescale SNVS RTC support" | ||
1114 | depends on HAS_IOMEM | ||
1115 | depends on OF | ||
1116 | help | ||
1117 | If you say yes here you get support for the Freescale SNVS | ||
1118 | Low Power (LP) RTC module. | ||
1119 | |||
1120 | This driver can also be built as a module, if so, the module | ||
1121 | will be called "rtc-snvs". | ||
1122 | |||
1112 | endif # RTC_CLASS | 1123 | endif # RTC_CLASS |