diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-10-07 12:13:29 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-02-01 17:29:30 +0100 |
commit | 61d9420a213826e0088b6e377b55237f1c53887d (patch) | |
tree | ff6bc903b82a0db2e2f5e179fbd9eff85d86f38d /drivers/mfd/Kconfig | |
parent | 652719b1003a7509a8760fc55f0ff1940bc04310 (diff) | |
download | lwn-61d9420a213826e0088b6e377b55237f1c53887d.tar.gz lwn-61d9420a213826e0088b6e377b55237f1c53887d.zip |
mfd: remove htc-pasic3 driver
The htc-pasic3 MFD device was only used in the PXA magician
machine that is now removed, so this can be recycled as well.
Cc: Lee Jones <lee@kernel.org>
Cc: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 5ea07a65f150..5c24841e5699 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -541,15 +541,6 @@ config MFD_HI655X_PMIC help Select this option to enable Hisilicon hi655x series pmic driver. -config HTC_PASIC3 - tristate "HTC PASIC3 LED/DS1WM chip support" - select MFD_CORE - help - This core driver provides register access for the LED/DS1WM - chips labeled "AIC2" and "AIC3", found on HTC Blueangel and - HTC Magician devices, respectively. Actual functionality is - handled by the leds-pasic3 and ds1wm drivers. - config MFD_INTEL_QUARK_I2C_GPIO tristate "Intel Quark MFD I2C GPIO" depends on PCI |