Skip to content

Commit aae075a

Browse files
Dr. David Alan Gilbertsre
authored andcommitted
power: supply: pcf50633: Remove charger
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-7-linux@treblig.org Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 46d0c03 commit aae075a

File tree

3 files changed

+0
-473
lines changed

3 files changed

+0
-473
lines changed

drivers/power/supply/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -449,12 +449,6 @@ config CHARGER_88PM860X
449449
help
450450
Say Y here to enable charger for Marvell 88PM860x chip.
451451

452-
config CHARGER_PCF50633
453-
tristate "NXP PCF50633 MBC"
454-
depends on MFD_PCF50633
455-
help
456-
Say Y to include support for NXP PCF50633 Main Battery Charger.
457-
458452
config BATTERY_RX51
459453
tristate "Nokia RX-51 (N900) battery driver"
460454
depends on TWL4030_MADC

drivers/power/supply/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ obj-$(CONFIG_CHARGER_RT9467) += rt9467-charger.o
6262
obj-$(CONFIG_CHARGER_RT9471) += rt9471.o
6363
obj-$(CONFIG_BATTERY_TWL4030_MADC) += twl4030_madc_battery.o
6464
obj-$(CONFIG_CHARGER_88PM860X) += 88pm860x_charger.o
65-
obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
6665
obj-$(CONFIG_BATTERY_RX51) += rx51_battery.o
6766
obj-$(CONFIG_AB8500_BM) += ab8500_bmdata.o ab8500_charger.o ab8500_fg.o ab8500_btemp.o ab8500_chargalg.o
6867
obj-$(CONFIG_CHARGER_CPCAP) += cpcap-charger.o

0 commit comments

Comments
 (0)