aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-07-01 23:23:48 +0200
committerLee Jones <lee.jones@linaro.org>2020-08-13 07:49:40 +0100
commit7d2594cd1fa0b03b2746ce811926ee150a3a14fa (patch)
treed16e46eca336533a90d3f8e6b2789dadd91c4be9 /drivers/mfd/Makefile
parentmfd: core: Add OF_MFD_CELL_REG() helper (diff)
downloadlinux-dev-7d2594cd1fa0b03b2746ce811926ee150a3a14fa.tar.xz
linux-dev-7d2594cd1fa0b03b2746ce811926ee150a3a14fa.zip
mfd: smsc-ece1099: Remove driver
This MFD driver has no user. The keypad driver of this device never made it into the kernel. Therefore, this driver is useless. Remove it. Signed-off-by: Michael Walle <michael@walle.cc> Cc: Sourav Poddar <sourav.poddar@ti.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 1c8d6be3347d..a60e5f835283 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -127,7 +127,6 @@ obj-$(CONFIG_MFD_CPCAP) += motorola-cpcap.o
obj-$(CONFIG_MCP) += mcp-core.o
obj-$(CONFIG_MCP_SA11X0) += mcp-sa11x0.o
obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o
-obj-$(CONFIG_MFD_SMSC) += smsc-ece1099.o
obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o
ifeq ($(CONFIG_SA1100_ASSABET),y)