summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-03-07 21:23:25 +0100
committerLee Jones <lee.jones@linaro.org>2021-04-14 16:03:27 +0100
commit16f961544bfd7170f75d805d7585e09023671dbc (patch)
tree56b4a8a6c05dfc9fd8fee72b5c9726ce1b695a47 /drivers/mfd/Makefile
parenta98688d2ddfe274cb7c7ca3c6b6afbe9f844ffc3 (diff)
downloadlinux-16f961544bfd7170f75d805d7585e09023671dbc.tar.bz2
mfd: Remove support for AB3100
The ST-Ericsson U300 platform has been removed, so this driver is no longer needed. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 279b80822147..4f6d2b8a5f76 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -178,8 +178,6 @@ obj-$(CONFIG_MFD_PCF50633) += pcf50633.o
obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o
obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o
obj-$(CONFIG_ABX500_CORE) += abx500-core.o
-obj-$(CONFIG_AB3100_CORE) += ab3100-core.o
-obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o
obj-$(CONFIG_AB8500_DEBUG) += ab8500-debugfs.o
obj-$(CONFIG_MFD_DB8500_PRCMU) += db8500-prcmu.o
# ab8500-core need to come after db8500-prcmu (which provides the channel)