File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1063,6 +1063,21 @@ config RTC_DRV_ALPHA
10631063 Direct support for the real-time clock found on every Alpha
10641064 system, specifically MC146818 compatibles. If in doubt, say Y.
10651065
1066+ config RTC_DRV_ATCRTC100
1067+ tristate "Andes ATCRTC100"
1068+ depends on ARCH_ANDES || COMPILE_TEST
1069+ select REGMAP_MMIO
1070+ help
1071+ If you say yes here you will get support for the Andes ATCRTC100
1072+ RTC driver.
1073+
1074+ This driver provides support for the Andes ATCRTC100 real-time clock
1075+ device. It allows setting and retrieving the time and date, as well
1076+ as setting alarms.
1077+
1078+ To compile this driver as a module, choose M here: the module will
1079+ be called rtc-atcrtc100.
1080+
10661081config RTC_DRV_DS1216
10671082 tristate "Dallas DS1216"
10681083 depends on SNI_RM
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ obj-$(CONFIG_RTC_DRV_ASM9260) += rtc-asm9260.o
3434obj-$(CONFIG_RTC_DRV_ASPEED) += rtc-aspeed.o
3535obj-$(CONFIG_RTC_DRV_AT91RM9200)+ = rtc-at91rm9200.o
3636obj-$(CONFIG_RTC_DRV_AT91SAM9) += rtc-at91sam9.o
37+ obj-$(CONFIG_RTC_DRV_ATCRTC100) += rtc-atcrtc100.o
3738obj-$(CONFIG_RTC_DRV_AU1XXX) += rtc-au1xxx.o
3839obj-$(CONFIG_RTC_DRV_BBNSM) += rtc-nxp-bbnsm.o
3940obj-$(CONFIG_RTC_DRV_BD70528) += rtc-bd70528.o
You can’t perform that action at this time.
0 commit comments