diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-01-05 14:46:13 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-02-22 12:42:29 +0100 |
commit | ca78476e4888f1f1caac26c48ec715e546baf432 (patch) | |
tree | 205f8e876a4fbecc945e3da32083a44362b114f8 /drivers/mfd/Kconfig | |
parent | mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak (diff) | |
download | linux-ca78476e4888f1f1caac26c48ec715e546baf432.tar.xz linux-ca78476e4888f1f1caac26c48ec715e546baf432.zip |
mfd: Remove toshiba tmio drivers
Four separate mfd drivers are in the "tmio" family, and all of
them were used in now-removed PXA machines (eseries, tosa, and
hx4700), so the mfd drivers and all its children can be removed
as well.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230105134622.254560-19-arnd@kernel.org
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d90b4258fc44..d4fc4ca9fdbd 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -301,15 +301,6 @@ config MFD_CS47L92 help Support for Cirrus Logic CS42L92, CS47L92 and CS47L93 Smart Codecs -config MFD_ASIC3 - bool "Compaq ASIC3" - depends on GPIOLIB - depends on ARM || COMPILE_TEST - select MFD_CORE - help - This driver supports the ASIC3 multifunction chip found on many - PDAs (mainly iPAQ and HTC based ones) - config PMIC_DA903X bool "Dialog Semiconductor DA9030/DA9034 PMIC Support" depends on I2C=y @@ -1796,35 +1787,6 @@ config MFD_TC3589X additional drivers must be enabled in order to use the functionality of the device. -config MFD_TMIO - bool - default n - -config MFD_T7L66XB - bool "Toshiba T7L66XB" - depends on ARM && HAVE_CLK - select MFD_CORE - select MFD_TMIO - help - Support for Toshiba Mobile IO Controller T7L66XB - -config MFD_TC6387XB - bool "Toshiba TC6387XB" - depends on ARM && HAVE_CLK - select MFD_CORE - select MFD_TMIO - help - Support for Toshiba Mobile IO Controller TC6387XB - -config MFD_TC6393XB - bool "Toshiba TC6393XB" - depends on ARM && HAVE_CLK - select GPIOLIB - select MFD_CORE - select MFD_TMIO - help - Support for Toshiba Mobile IO Controller TC6393XB - config MFD_TQMX86 tristate "TQ-Systems IO controller TQMX86" select MFD_CORE |