File tree Expand file tree Collapse file tree 7 files changed +0
-1025
lines changed
Expand file tree Collapse file tree 7 files changed +0
-1025
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Hardware Monitoring Kernel Drivers
2525 acpi_power_meter
2626 ad7314
2727 adc128d818
28- adm1021
2928 adm1025
3029 adm1026
3130 adm1031
@@ -154,7 +153,6 @@ Hardware Monitoring Kernel Drivers
154153 max34440
155154 max6620
156155 max6639
157- max6642
158156 max6650
159157 max6697
160158 max8688
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -105,18 +105,6 @@ config SENSORS_AD7418
105105 This driver can also be built as a module. If so, the module
106106 will be called ad7418.
107107
108- config SENSORS_ADM1021
109- tristate "Analog Devices ADM1021 and compatibles"
110- depends on I2C
111- depends on SENSORS_LM90=n
112- help
113- If you say yes here you get support for Analog Devices ADM1021
114- and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
115- Genesys Logic GL523SM, National Semiconductor LM84 and TI THMC10.
116-
117- This driver can also be built as a module. If so, the module
118- will be called adm1021.
119-
120108config SENSORS_ADM1025
121109 tristate "Analog Devices ADM1025 and compatibles"
122110 depends on I2C
@@ -1241,18 +1229,6 @@ config SENSORS_MAX6639
12411229 This driver can also be built as a module. If so, the module
12421230 will be called max6639.
12431231
1244- config SENSORS_MAX6642
1245- tristate "Maxim MAX6642 sensor chip"
1246- depends on I2C
1247- depends on SENSORS_LM90=n
1248- help
1249- If you say yes here you get support for MAX6642 sensor chip.
1250- MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor
1251- with Overtemperature Alarm from Maxim.
1252-
1253- This driver can also be built as a module. If so, the module
1254- will be called max6642.
1255-
12561232config SENSORS_MAX6650
12571233 tristate "Maxim MAX6650 sensor chip"
12581234 depends on I2C
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ obj-$(CONFIG_SENSORS_AD7414) += ad7414.o
3131obj-$(CONFIG_SENSORS_AD7418) += ad7418.o
3232obj-$(CONFIG_SENSORS_ADC128D818) += adc128d818.o
3333obj-$(CONFIG_SENSORS_ADCXX) += adcxx.o
34- obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
3534obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o
3635obj-$(CONFIG_SENSORS_ADM1026) += adm1026.o
3736obj-$(CONFIG_SENSORS_ADM1029) += adm1029.o
@@ -154,7 +153,6 @@ obj-$(CONFIG_SENSORS_MAX31760) += max31760.o
154153obj-$(CONFIG_SENSORS_MAX6620) += max6620.o
155154obj-$(CONFIG_SENSORS_MAX6621) += max6621.o
156155obj-$(CONFIG_SENSORS_MAX6639) += max6639.o
157- obj-$(CONFIG_SENSORS_MAX6642) += max6642.o
158156obj-$(CONFIG_SENSORS_MAX6650) += max6650.o
159157obj-$(CONFIG_SENSORS_MAX6697) += max6697.o
160158obj-$(CONFIG_SENSORS_MAX31790) += max31790.o
You can’t perform that action at this time.
0 commit comments