aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorVincent Shih <vincent.sunplus@gmail.com>2021-12-03 15:46:18 +0800
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2022-01-05 01:00:29 +0100
commitfad6cbe9b2b4137f5af5355d4ee7e4eb38221e7e (patch)
treedcfa6ff0861fe19cbfc11072630c54f2e00cc76a /drivers/rtc/Kconfig
parented06106614341301b3c4b84b6c0b497a72caec7d (diff)
downloadlinux-fad6cbe9b2b4137f5af5355d4ee7e4eb38221e7e.tar.gz
rtc: Add driver for RTC in Sunplus SP7021
Add driver for RTC in Sunplus SP7021 Signed-off-by: Vincent Shih <vincent.sunplus@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/1638517579-10316-2-git-send-email-vincent.sunplus@gamil.com
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 6d019c5ed374f..d85a3c31347c4 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1455,6 +1455,19 @@ config RTC_DRV_SH
To compile this driver as a module, choose M here: the
module will be called rtc-sh.
+config RTC_DRV_SUNPLUS
+ tristate "Sunplus SP7021 RTC"
+ depends on SOC_SP7021
+ help
+ Say 'yes' to get support for the real-time clock present in
+ Sunplus SP7021 - a SoC for industrial applications. It provides
+ RTC status check, timer/alarm functionalities, user data
+ reservation with the battery over 2.5V, RTC power status check
+ and battery charge.
+
+ This driver can also be built as a module. If so, the module
+ will be called rtc-sunplus.
+
config RTC_DRV_VR41XX
tristate "NEC VR41XX"
depends on CPU_VR41XX || COMPILE_TEST