File tree Expand file tree Collapse file tree 4 files changed +565
-0
lines changed Expand file tree Collapse file tree 4 files changed +565
-0
lines changed Original file line number Diff line number Diff line change @@ -2451,6 +2451,7 @@ F: arch/arm/boot/dts/nuvoton-npcm*
2451
2451
F: arch/arm/mach-npcm/
2452
2452
F: drivers/*/*npcm*
2453
2453
F: drivers/*/*/*npcm*
2454
+ F: drivers/rtc/rtc-nct3018y.c
2454
2455
F: include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
2455
2456
2456
2457
ARM/NUVOTON WPCM450 ARCHITECTURE
Original file line number Diff line number Diff line change @@ -383,6 +383,16 @@ config RTC_DRV_MAX77686
383
383
This driver can also be built as a module. If so, the module
384
384
will be called rtc-max77686.
385
385
386
+ config RTC_DRV_NCT3018Y
387
+ tristate "Nuvoton NCT3018Y"
388
+ depends on OF
389
+ help
390
+ If you say yes here you get support for the Nuvoton NCT3018Y I2C RTC
391
+ chip.
392
+
393
+ This driver can also be built as a module, if so, the module will be
394
+ called "rtc-nct3018y".
395
+
386
396
config RTC_DRV_RK808
387
397
tristate "Rockchip RK805/RK808/RK809/RK817/RK818 RTC"
388
398
depends on MFD_RK808
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ obj-$(CONFIG_RTC_DRV_MV) += rtc-mv.o
112
112
obj-$(CONFIG_RTC_DRV_MXC) += rtc-mxc.o
113
113
obj-$(CONFIG_RTC_DRV_MXC_V2) += rtc-mxc_v2.o
114
114
obj-$(CONFIG_RTC_DRV_GAMECUBE) += rtc-gamecube.o
115
+ obj-$(CONFIG_RTC_DRV_NCT3018Y) += rtc-nct3018y.o
115
116
obj-$(CONFIG_RTC_DRV_NTXEC) += rtc-ntxec.o
116
117
obj-$(CONFIG_RTC_DRV_OMAP) += rtc-omap.o
117
118
obj-$(CONFIG_RTC_DRV_OPAL) += rtc-opal.o
You can’t perform that action at this time.
0 commit comments