File tree Expand file tree Collapse file tree 12 files changed +0
-3164
lines changed Expand file tree Collapse file tree 12 files changed +0
-3164
lines changed Original file line number Diff line number Diff line change @@ -301,15 +301,6 @@ config MFD_CS47L92
301
301
help
302
302
Support for Cirrus Logic CS42L92, CS47L92 and CS47L93 Smart Codecs
303
303
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
-
313
304
config PMIC_DA903X
314
305
bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
315
306
depends on I2C=y
@@ -1796,35 +1787,6 @@ config MFD_TC3589X
1796
1787
additional drivers must be enabled in order to use the
1797
1788
functionality of the device.
1798
1789
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
-
1828
1790
config MFD_TQMX86
1829
1791
tristate "TQ-Systems IO controller TQMX86"
1830
1792
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
9
9
obj-$(CONFIG_MFD_88PM805) += 88pm805.o 88pm80x.o
10
10
obj-$(CONFIG_MFD_ACT8945A) += act8945a.o
11
11
obj-$(CONFIG_MFD_SM501) += sm501.o
12
- obj-$(CONFIG_MFD_ASIC3) += asic3.o tmio_core.o
13
12
obj-$(CONFIG_ARCH_BCM2835) += bcm2835-pm.o
14
13
obj-$(CONFIG_MFD_BCM590XX) += bcm590xx.o
15
14
obj-$(CONFIG_MFD_BD9571MWV) += bd9571mwv.o
@@ -30,9 +29,6 @@ obj-$(CONFIG_STMPE_I2C) += stmpe-i2c.o
30
29
obj-$(CONFIG_STMPE_SPI) += stmpe-spi.o
31
30
obj-$(CONFIG_MFD_SUN6I_PRCM) += sun6i-prcm.o
32
31
obj-$(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
36
32
obj-$(CONFIG_MFD_TQMX86) += tqmx86.o
37
33
38
34
obj-$(CONFIG_MFD_LOCHNAGAR) += lochnagar-i2c.o
You can’t perform that action at this time.
0 commit comments