diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2025-03-11 01:49:53 +0000 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-03-14 11:42:35 +0000 |
| commit | 8559602247d0d054451c7a755942588d2c0de85d (patch) | |
| tree | 1e8dae0a872a75d5576419dbd6dd355bb06bf405 /drivers/mfd/Makefile | |
| parent | 0d0e54953805af76f0022df39602f5668145f747 (diff) | |
| download | linux-8559602247d0d054451c7a755942588d2c0de85d.tar.gz linux-8559602247d0d054451c7a755942588d2c0de85d.tar.bz2 linux-8559602247d0d054451c7a755942588d2c0de85d.zip | |
mfd: pcF50633-gpio: 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 61b7f8920b17 ("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>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250311014959.743322-4-linux@treblig.org
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd/Makefile')
| -rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 481e4c7e1e2d..e3e78ad1ee4b 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -185,7 +185,6 @@ obj-$(CONFIG_MFD_MT6397) += mt6397.o pcf50633-objs := pcf50633-core.o pcf50633-irq.o obj-$(CONFIG_MFD_PCF50633) += pcf50633.o -obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o obj-$(CONFIG_RZ_MTU3) += rz-mtu3.o obj-$(CONFIG_ABX500_CORE) += abx500-core.o obj-$(CONFIG_MFD_DB8500_PRCMU) += db8500-prcmu.o |
