File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,15 +301,6 @@ config MFD_CS47L92
301301 help
302302 Support for Cirrus Logic CS42L92, CS47L92 and CS47L93 Smart Codecs
303303
304- config MFD_ASIC3
305- bool "Compaq ASIC3"
306- depends on GPIOLIB
307- depends on ARM || COMPILE_TEST
308- select MFD_CORE
309- help
310- This driver supports the ASIC3 multifunction chip found on many
311- PDAs (mainly iPAQ and HTC based ones)
312-
313304config PMIC_DA903X
314305 bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
315306 depends on I2C=y
@@ -1796,35 +1787,6 @@ config MFD_TC3589X
17961787 additional drivers must be enabled in order to use the
17971788 functionality of the device.
17981789
1799- config MFD_TMIO
1800- bool
1801- default n
1802-
1803- config MFD_T7L66XB
1804- bool "Toshiba T7L66XB"
1805- depends on ARM && HAVE_CLK
1806- select MFD_CORE
1807- select MFD_TMIO
1808- help
1809- Support for Toshiba Mobile IO Controller T7L66XB
1810-
1811- config MFD_TC6387XB
1812- bool "Toshiba TC6387XB"
1813- depends on ARM && HAVE_CLK
1814- select MFD_CORE
1815- select MFD_TMIO
1816- help
1817- Support for Toshiba Mobile IO Controller TC6387XB
1818-
1819- config MFD_TC6393XB
1820- bool "Toshiba TC6393XB"
1821- depends on ARM && HAVE_CLK
1822- select GPIOLIB
1823- select MFD_CORE
1824- select MFD_TMIO
1825- help
1826- Support for Toshiba Mobile IO Controller TC6393XB
1827-
18281790config MFD_TQMX86
18291791 tristate "TQ-Systems IO controller TQMX86"
18301792 select MFD_CORE
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ obj-$(CONFIG_MFD_88PM800) += 88pm800.o 88pm80x.o
99obj-$(CONFIG_MFD_88PM805) += 88pm805.o 88pm80x.o
1010obj-$(CONFIG_MFD_ACT8945A) += act8945a.o
1111obj-$(CONFIG_MFD_SM501) += sm501.o
12- obj-$(CONFIG_MFD_ASIC3) += asic3.o tmio_core.o
1312obj-$(CONFIG_ARCH_BCM2835) += bcm2835-pm.o
1413obj-$(CONFIG_MFD_BCM590XX) += bcm590xx.o
1514obj-$(CONFIG_MFD_BD9571MWV) += bd9571mwv.o
@@ -30,9 +29,6 @@ obj-$(CONFIG_STMPE_I2C) += stmpe-i2c.o
3029obj-$(CONFIG_STMPE_SPI) += stmpe-spi.o
3130obj-$(CONFIG_MFD_SUN6I_PRCM) += sun6i-prcm.o
3231obj-$(CONFIG_MFD_TC3589X) += tc3589x.o
33- obj-$(CONFIG_MFD_T7L66XB) += t7l66xb.o tmio_core.o
34- obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o tmio_core.o
35- obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o tmio_core.o
3632obj-$(CONFIG_MFD_TQMX86) += tqmx86.o
3733
3834obj-$(CONFIG_MFD_LOCHNAGAR) += lochnagar-i2c.o
You can’t perform that action at this time.
0 commit comments