summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-04-28 14:09:33 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:26:27 +0800
commit610a7ff3aed1a226b72f8fadc9ac1a0d44cfa039 (patch)
tree2413dccce514721eff3babfb58e2661a210a3c90 /drivers/rtc/Kconfig
parent44df6873185181f7041f55cfc582be92da461570 (diff)
MLK-14695-3 rtc: add imx sc rtc driver
Add i.MX system controller RTC driver. The RTC is controlled by system controller, and kernel RTC driver needs to communicate with system controller via SC firmware API. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
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 e0e58f3b1420..25885c05a7bb 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1677,6 +1677,13 @@ config RTC_DRV_SNVS
This driver can also be built as a module, if so, the module
will be called "rtc-snvs".
+config RTC_DRV_IMX_SC
+ tristate "NXP SC RTC support"
+ depends on OF
+ help
+ If you say yes here you get support for the NXP SC
+ RTC module.
+
config RTC_DRV_SIRFSOC
tristate "SiRFSOC RTC"
depends on ARCH_SIRF