summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorWaqar Hameed <waqar.hameed@axis.com>2023-11-20 15:49:25 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2024-04-17 01:45:33 +0200
commitf8c81d15f4bb585f229a1f5f609a8544b89933ff (patch)
tree0f7b953c29d1aa7a37269c1c73ecd8351aeed49e /drivers/rtc/Kconfig
parentc6a2fb6d14bfe321fa516fb5558e19d176e2ae52 (diff)
downloadlinux-stable-f8c81d15f4bb585f229a1f5f609a8544b89933ff.tar.gz
linux-stable-f8c81d15f4bb585f229a1f5f609a8544b89933ff.tar.bz2
linux-stable-f8c81d15f4bb585f229a1f5f609a8544b89933ff.zip
rtc: Add driver for Epson RX8111
Epson RX8111 is an RTC with alarm, timer and timestamp functionality. Add a basic driver with support for only reading/writing time (for now). Signed-off-by: Waqar Hameed <waqar.hameed@axis.com> Link: https://lore.kernel.org/r/0c3e1b03f276da47b26ac50f5d0ddf5c67aabe5c.1700491765.git.waqar.hameed@axis.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index c63e32d012f2..2a95b05982ad 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -664,6 +664,16 @@ config RTC_DRV_RX8010
This driver can also be built as a module. If so, the module
will be called rtc-rx8010.
+config RTC_DRV_RX8111
+ tristate "Epson RX8111"
+ select REGMAP_I2C
+ depends on I2C
+ help
+ If you say yes here you will get support for the Epson RX8111 RTC.
+
+ This driver can also be built as a module. If so, the module will be
+ called rtc-rx8111.
+
config RTC_DRV_RX8581
tristate "Epson RX-8571/RX-8581"
select REGMAP_I2C