File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18216,6 +18216,12 @@ L: netdev@vger.kernel.org
1821618216S: Maintained
1821718217F: drivers/net/ethernet/dlink/sundance.c
1821818218
18219+ SUNPLUS RTC DRIVER
18220+ M: Vincent Shih <vincent.sunplus@gmail.com>
18221+ L: linux-rtc@vger.kernel.org
18222+ S: Maintained
18223+ F: drivers/rtc/rtc-sunplus.c
18224+
1821918225SUPERH
1822018226M: Yoshinori Sato <ysato@users.sourceforge.jp>
1822118227M: Rich Felker <dalias@libc.org>
Original file line number Diff line number Diff line change @@ -1455,6 +1455,19 @@ config RTC_DRV_SH
14551455 To compile this driver as a module, choose M here: the
14561456 module will be called rtc-sh.
14571457
1458+ config RTC_DRV_SUNPLUS
1459+ tristate "Sunplus SP7021 RTC"
1460+ depends on SOC_SP7021
1461+ help
1462+ Say 'yes' to get support for the real-time clock present in
1463+ Sunplus SP7021 - a SoC for industrial applications. It provides
1464+ RTC status check, timer/alarm functionalities, user data
1465+ reservation with the battery over 2.5V, RTC power status check
1466+ and battery charge.
1467+
1468+ This driver can also be built as a module. If so, the module
1469+ will be called rtc-sunplus.
1470+
14581471config RTC_DRV_VR41XX
14591472 tristate "NEC VR41XX"
14601473 depends on CPU_VR41XX || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ obj-$(CONFIG_RTC_DRV_STM32) += rtc-stm32.o
166166obj-$(CONFIG_RTC_DRV_STMP) += rtc-stmp3xxx.o
167167obj-$(CONFIG_RTC_DRV_SUN4V) += rtc-sun4v.o
168168obj-$(CONFIG_RTC_DRV_SUN6I) += rtc-sun6i.o
169+ obj-$(CONFIG_RTC_DRV_SUNPLUS) += rtc-sunplus.o
169170obj-$(CONFIG_RTC_DRV_SUNXI) += rtc-sunxi.o
170171obj-$(CONFIG_RTC_DRV_TEGRA) += rtc-tegra.o
171172obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o
You can’t perform that action at this time.
0 commit comments