Skip to content

Commit 0a243de

Browse files
Dr. David Alan Gilbertalexandrebelloni
authored andcommitted
rtc: pcf50633: Remove
The pcf50633 was used as part of the OpenMoko devices but the support for its main chip was recently removed in: commit 61b7f89 ("ARM: s3c: remove all s3c24xx support") See https://lore.kernel.org/all/Z8z236h4B5A6Ki3D@gallifrey/ Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Link: https://lore.kernel.org/r/20250311014959.743322-3-linux@treblig.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 015b70b commit 0a243de

File tree

3 files changed

+0
-292
lines changed

3 files changed

+0
-292
lines changed

drivers/rtc/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,13 +1321,6 @@ config RTC_DRV_SPEAR
13211321
If you say Y here you will get support for the RTC found on
13221322
spear
13231323

1324-
config RTC_DRV_PCF50633
1325-
depends on MFD_PCF50633
1326-
tristate "NXP PCF50633 RTC"
1327-
help
1328-
If you say yes here you get support for the RTC subsystem of the
1329-
NXP PCF50633 used in embedded systems.
1330-
13311324
config RTC_DRV_AB8500
13321325
tristate "ST-Ericsson AB8500 RTC"
13331326
depends on AB8500_CORE

drivers/rtc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ obj-$(CONFIG_RTC_DRV_PALMAS) += rtc-palmas.o
126126
obj-$(CONFIG_RTC_DRV_PCAP) += rtc-pcap.o
127127
obj-$(CONFIG_RTC_DRV_PCF2123) += rtc-pcf2123.o
128128
obj-$(CONFIG_RTC_DRV_PCF2127) += rtc-pcf2127.o
129-
obj-$(CONFIG_RTC_DRV_PCF50633) += rtc-pcf50633.o
130129
obj-$(CONFIG_RTC_DRV_PCF85063) += rtc-pcf85063.o
131130
obj-$(CONFIG_RTC_DRV_PCF8523) += rtc-pcf8523.o
132131
obj-$(CONFIG_RTC_DRV_PCF85363) += rtc-pcf85363.o

drivers/rtc/rtc-pcf50633.c

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

0 commit comments

Comments
 (0)