Skip to content

Commit 98cf2d5

Browse files
bulwahnlag-linaro
authored andcommitted
mfd: Remove STA2x11 core driver
With commit dcbb01f ("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 <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 0d084ee commit 98cf2d5

File tree

4 files changed

+0
-1158
lines changed

4 files changed

+0
-1158
lines changed

drivers/mfd/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,12 +1508,6 @@ config STMPE_SPI
15081508
This is used to enable SPI interface of STMPE
15091509
endmenu
15101510

1511-
config MFD_STA2X11
1512-
bool "STMicroelectronics STA2X11"
1513-
depends on STA2X11
1514-
select MFD_CORE
1515-
select REGMAP_MMIO
1516-
15171511
config MFD_SUN6I_PRCM
15181512
bool "Allwinner A31/A23/A33 PRCM controller"
15191513
depends on ARCH_SUNXI || COMPILE_TEST

drivers/mfd/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ obj-$(CONFIG_MFD_TI_LP873X) += lp873x.o
2626
obj-$(CONFIG_MFD_TI_LP87565) += lp87565.o
2727
obj-$(CONFIG_MFD_TI_AM335X_TSCADC) += ti_am335x_tscadc.o
2828

29-
obj-$(CONFIG_MFD_STA2X11) += sta2x11-mfd.o
3029
obj-$(CONFIG_MFD_STMPE) += stmpe.o
3130
obj-$(CONFIG_STMPE_I2C) += stmpe-i2c.o
3231
obj-$(CONFIG_STMPE_SPI) += stmpe-spi.o

0 commit comments

Comments
 (0)