aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorDianlong Li <long17.cool@163.com>2018-12-13 18:13:50 +0800
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-01-10 21:51:22 +0100
commit1d67a232105b4dec2b10b2689f9cb89cc366d62f (patch)
tree1406e04e62ecb4e086295fd8bb74c860855300d4 /drivers/rtc/Kconfig
parenta1c1eae4690aacd3a7ce9df97b47194ac2bf44e2 (diff)
downloadlinux-1d67a232105b4dec2b10b2689f9cb89cc366d62f.tar.gz
rtc: sd3078: new driver.
The sd3078 is a combination RTC and SRAM device with I2C interface. Signed-off-by: Dianlong Li <long17.cool@163.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 225b0b8516f3e..a24fe8b7b98ac 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -646,6 +646,15 @@ config RTC_DRV_S5M
This driver can also be built as a module. If so, the module
will be called rtc-s5m.
+config RTC_DRV_SD3078
+ tristate "ZXW Crystal SD3078"
+ help
+ If you say yes here you get support for the ZXW Crystal
+ SD3078 RTC chips.
+
+ This driver can also be built as a module. If so, the module
+ will be called rtc-sd3078
+
endif # I2C
comment "SPI RTC drivers"