Skip to content

Commit 0d0e549

Browse files
Dr. David Alan Gilbertlag-linaro
authored andcommitted
mfd: pcf50633-adc: Remove unused driver
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-2-linux@treblig.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent f827182 commit 0d0e549

File tree

5 files changed

+0
-333
lines changed

5 files changed

+0
-333
lines changed

arch/mips/configs/ip27_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ CONFIG_I2C_STUB=m
256256
# CONFIG_HWMON is not set
257257
CONFIG_THERMAL=y
258258
CONFIG_MFD_PCF50633=m
259-
CONFIG_PCF50633_ADC=m
260259
CONFIG_PCF50633_GPIO=m
261260
# CONFIG_VGA_ARB is not set
262261
CONFIG_LEDS_LP3944=m

drivers/mfd/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,13 +1142,6 @@ config MFD_PCF50633
11421142
facilities, and registers devices for the various functions
11431143
so that function-specific drivers can bind to them.
11441144

1145-
config PCF50633_ADC
1146-
tristate "NXP PCF50633 ADC"
1147-
depends on MFD_PCF50633
1148-
help
1149-
Say yes here if you want to include support for ADC in the
1150-
NXP PCF50633 chip.
1151-
11521145
config PCF50633_GPIO
11531146
tristate "NXP PCF50633 GPIO"
11541147
depends on MFD_PCF50633

drivers/mfd/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ obj-$(CONFIG_MFD_MT6397) += mt6397.o
185185

186186
pcf50633-objs := pcf50633-core.o pcf50633-irq.o
187187
obj-$(CONFIG_MFD_PCF50633) += pcf50633.o
188-
obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o
189188
obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o
190189
obj-$(CONFIG_RZ_MTU3) += rz-mtu3.o
191190
obj-$(CONFIG_ABX500_CORE) += abx500-core.o

drivers/mfd/pcf50633-adc.c

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

include/linux/mfd/pcf50633/adc.h

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

0 commit comments

Comments
 (0)