diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2021-01-24 22:41:25 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-03-10 11:06:33 +0000 |
commit | 435af89786c674583b188f7322fee5c03894b8b7 (patch) | |
tree | 887091a988cb13068b98652b9d3aa866bbc6de5a /drivers/rtc/Kconfig | |
parent | 9fc0486f948f00f90cba4da9e3b2b58ff00b2a53 (diff) |
rtc: New driver for RTC in Netronix embedded controller
With this driver, mainline Linux can keep its time and date in sync with
the vendor kernel.
Advanced functionality like alarm and automatic power-on is not yet
supported.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index ce723dc54aa4..e6205f7a7d59 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1296,6 +1296,14 @@ config RTC_DRV_CROS_EC This driver can also be built as a module. If so, the module will be called rtc-cros-ec. +config RTC_DRV_NTXEC + tristate "Netronix embedded controller RTC" + depends on MFD_NTXEC + help + Say yes here if you want to support the RTC functionality of the + embedded controller found in certain e-book readers designed by the + original design manufacturer Netronix. + comment "on-CPU RTC drivers" config RTC_DRV_ASM9260 |