diff options
author | Mia Lin <mimi05633@gmail.com> | 2022-07-13 17:06:47 +0800 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-07-26 17:07:04 +0200 |
commit | 5adbaed16cc63542057627642d2414f603f2db69 (patch) | |
tree | 28e6b35c1f7e6b5dac8156272f57e88338c3032b /drivers/rtc/Kconfig | |
parent | 8b30b09317ec6fda5f36a428e9e331253b5c4739 (diff) | |
download | linux-5adbaed16cc63542057627642d2414f603f2db69.tar.gz linux-5adbaed16cc63542057627642d2414f603f2db69.tar.bz2 linux-5adbaed16cc63542057627642d2414f603f2db69.zip |
rtc: Add NCT3018Y real time clock driver
Add real time clock support for NCT3018Y.
Signed-off-by: Mia Lin <mimi05633@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220713090647.8028-4-mimi05633@gmail.com
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8eebc2e2dcc8..b8de25118ad0 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -383,6 +383,16 @@ config RTC_DRV_MAX77686 This driver can also be built as a module. If so, the module will be called rtc-max77686. +config RTC_DRV_NCT3018Y + tristate "Nuvoton NCT3018Y" + depends on OF + help + If you say yes here you get support for the Nuvoton NCT3018Y I2C RTC + chip. + + This driver can also be built as a module, if so, the module will be + called "rtc-nct3018y". + config RTC_DRV_RK808 tristate "Rockchip RK805/RK808/RK809/RK817/RK818 RTC" depends on MFD_RK808 |