Skip to content

Commit 2a69224

Browse files
tsbogendalexandrebelloni
authored andcommitted
rtc: vr41xx: remove driver
Commit d3164e2 ("MIPS: Remove VR41xx support") removed support for MIPS VR41xx platform, so remove exclusive drivers for this platform, too. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20220715135330.134684-1-tsbogend@alpha.franken.de
1 parent 03d7a73 commit 2a69224

File tree

3 files changed

+0
-374
lines changed

3 files changed

+0
-374
lines changed

drivers/rtc/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,16 +1478,6 @@ config RTC_DRV_SUNPLUS
14781478
This driver can also be built as a module. If so, the module
14791479
will be called rtc-sunplus.
14801480

1481-
config RTC_DRV_VR41XX
1482-
tristate "NEC VR41XX"
1483-
depends on CPU_VR41XX || COMPILE_TEST
1484-
help
1485-
If you say Y here you will get access to the real time clock
1486-
built into your NEC VR41XX CPU.
1487-
1488-
To compile this driver as a module, choose M here: the
1489-
module will be called rtc-vr41xx.
1490-
14911481
config RTC_DRV_PL030
14921482
tristate "ARM AMBA PL030 RTC"
14931483
depends on ARM_AMBA

drivers/rtc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ obj-$(CONFIG_RTC_DRV_TPS6586X) += rtc-tps6586x.o
178178
obj-$(CONFIG_RTC_DRV_TPS65910) += rtc-tps65910.o
179179
obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl.o
180180
obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o
181-
obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o
182181
obj-$(CONFIG_RTC_DRV_VT8500) += rtc-vt8500.o
183182
obj-$(CONFIG_RTC_DRV_WILCO_EC) += rtc-wilco-ec.o
184183
obj-$(CONFIG_RTC_DRV_WM831X) += rtc-wm831x.o

drivers/rtc/rtc-vr41xx.c

Lines changed: 0 additions & 363 deletions
This file was deleted.

0 commit comments

Comments
 (0)