diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-07-12 10:27:26 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-07-14 11:48:43 -0700 |
commit | ed99ae74f2328e42286880c946953a8f9dd95a7e (patch) | |
tree | cf3d9357beb28baac981cda4fb2dfbb6306391ff /drivers/hwmon/Kconfig | |
parent | 04e3bb0b00a872e5bed0457c3e2c48a7828eaf28 (diff) | |
download | linux-ed99ae74f2328e42286880c946953a8f9dd95a7e.tar.gz linux-ed99ae74f2328e42286880c946953a8f9dd95a7e.tar.bz2 linux-ed99ae74f2328e42286880c946953a8f9dd95a7e.zip |
hwmon: Remove obsolete adm1021 and max6642 drivers
ADM1021, MAX6642, and compatible chips are supported by the lm90 driver.
Remove the obsolete stand-alone drivers to reduce maintenance overhead.
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 3d6f49526716..656439afcdc0 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -105,18 +105,6 @@ config SENSORS_AD7418 This driver can also be built as a module. If so, the module will be called ad7418. -config SENSORS_ADM1021 - tristate "Analog Devices ADM1021 and compatibles" - depends on I2C - depends on SENSORS_LM90=n - help - If you say yes here you get support for Analog Devices ADM1021 - and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, - Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10. - - This driver can also be built as a module. If so, the module - will be called adm1021. - config SENSORS_ADM1025 tristate "Analog Devices ADM1025 and compatibles" depends on I2C @@ -1241,18 +1229,6 @@ config SENSORS_MAX6639 This driver can also be built as a module. If so, the module will be called max6639. -config SENSORS_MAX6642 - tristate "Maxim MAX6642 sensor chip" - depends on I2C - depends on SENSORS_LM90=n - help - If you say yes here you get support for MAX6642 sensor chip. - MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor - with Overtemperature Alarm from Maxim. - - This driver can also be built as a module. If so, the module - will be called max6642. - config SENSORS_MAX6650 tristate "Maxim MAX6650 sensor chip" depends on I2C |