File tree Expand file tree Collapse file tree 3 files changed +411
-0
lines changed Expand file tree Collapse file tree 3 files changed +411
-0
lines changed Original file line number Diff line number Diff line change @@ -1687,6 +1687,19 @@ config RTC_DRV_JZ4740
1687
1687
This driver can also be built as a module. If so, the module
1688
1688
will be called rtc-jz4740.
1689
1689
1690
+ config RTC_DRV_LOONGSON
1691
+ tristate "Loongson On-chip RTC"
1692
+ depends on MACH_LOONGSON32 || MACH_LOONGSON64 || COMPILE_TEST
1693
+ select REGMAP_MMIO
1694
+ help
1695
+ This is a driver for the Loongson on-chip Counter0 (Time-Of-Year
1696
+ counter) to be used as a RTC.
1697
+ It can be found on Loongson-1 series cpu, Loongson-2K series cpu
1698
+ and Loongson LS7A bridge chips.
1699
+
1700
+ This driver can also be built as a module. If so, the module
1701
+ will be called rtc-loongson.
1702
+
1690
1703
config RTC_DRV_LPC24XX
1691
1704
tristate "NXP RTC for LPC178x/18xx/408x/43xx"
1692
1705
depends on ARCH_LPC18XX || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ obj-$(CONFIG_RTC_DRV_ISL12022) += rtc-isl12022.o
78
78
obj-$(CONFIG_RTC_DRV_ISL12026) += rtc-isl12026.o
79
79
obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o
80
80
obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o
81
+ obj-$(CONFIG_RTC_DRV_LOONGSON) += rtc-loongson.o
81
82
obj-$(CONFIG_RTC_DRV_LP8788) += rtc-lp8788.o
82
83
obj-$(CONFIG_RTC_DRV_LPC24XX) += rtc-lpc24xx.o
83
84
obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-lpc32xx.o
You can’t perform that action at this time.
0 commit comments