summaryrefslogtreecommitdiff
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@redhat.com>2025-03-03 11:00:55 +0100
committerLee Jones <lee@kernel.org>2025-03-14 08:59:07 +0000
commit98cf2d50391097b642783528ef08845c7f0d9e04 (patch)
tree82b405ce9f0f50acc757348b0c8d5cae66323841 /drivers/mfd/Makefile
parent0d084ee9ba87b3fdcb31b63efeae6e9a7ee60c35 (diff)
downloadlinux-98cf2d50391097b642783528ef08845c7f0d9e04.tar.gz
linux-98cf2d50391097b642783528ef08845c7f0d9e04.tar.bz2
linux-98cf2d50391097b642783528ef08845c7f0d9e04.zip
mfd: Remove STA2x11 core driver
With commit dcbb01fbb7ae ("x86/pci: Remove old STA2x11 support"), the core driver for STA2x11 is not needed and cannot be built anymore. Remove the driver and its header file. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20250303100055.372689-1-lukas.bulwahn@redhat.com Signed-off-by: Lee Jones <lee@kernel.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 b7086f1f35a2..320a431b4aa1 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -26,7 +26,6 @@ obj-$(CONFIG_MFD_TI_LP873X) += lp873x.o
obj-$(CONFIG_MFD_TI_LP87565) += lp87565.o
obj-$(CONFIG_MFD_TI_AM335X_TSCADC) += ti_am335x_tscadc.o
-obj-$(CONFIG_MFD_STA2X11) += sta2x11-mfd.o
obj-$(CONFIG_MFD_STMPE) += stmpe.o
obj-$(CONFIG_STMPE_I2C) += stmpe-i2c.o
obj-$(CONFIG_STMPE_SPI) += stmpe-spi.o