summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-12-26 18:53:20 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:30:03 +0800
commitf455969509266c2dccb046ab602c6e819ce78d29 (patch)
tree7d6a8c4da1e4515504907a9c02c17cc5d4962728 /drivers/rtc/Kconfig
parent2f7fc0a65902caa3b09110b5907f3bd819ac12f8 (diff)
MLK-17293-1 rtc: add rpmsg rtc support for i.MX7ULP
On i.MX7ULP B0 chip, SNVS is located on M4 domain, all RTC related functions need to use RPMSG channel to communicate with M4 to proceed hardware operation. The RTC RPMSG channel index is 6. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@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 25885c05a7bb..f90aca3f9353 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1684,6 +1684,13 @@ config RTC_DRV_IMX_SC
If you say yes here you get support for the NXP SC
RTC module.
+config RTC_DRV_IMX_RPMSG
+ tristate "NXP RPMSG RTC support"
+ depends on OF
+ help
+ If you say yes here you get support for the NXP RPMSG
+ RTC module.
+
config RTC_DRV_SIRFSOC
tristate "SiRFSOC RTC"
depends on ARCH_SIRF