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
25
25
acpi_power_meter
26
26
ad7314
27
27
adc128d818
28
- adm1021
29
28
adm1025
30
29
adm1026
31
30
adm1031
@@ -154,7 +153,6 @@ Hardware Monitoring Kernel Drivers
154
153
max34440
155
154
max6620
156
155
max6639
157
- max6642
158
156
max6650
159
157
max6697
160
158
max8688
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -105,18 +105,6 @@ config SENSORS_AD7418
105
105
This driver can also be built as a module. If so, the module
106
106
will be called ad7418.
107
107
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
-
120
108
config SENSORS_ADM1025
121
109
tristate "Analog Devices ADM1025 and compatibles"
122
110
depends on I2C
@@ -1241,18 +1229,6 @@ config SENSORS_MAX6639
1241
1229
This driver can also be built as a module. If so, the module
1242
1230
will be called max6639.
1243
1231
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
-
1256
1232
config SENSORS_MAX6650
1257
1233
tristate "Maxim MAX6650 sensor chip"
1258
1234
depends on I2C
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ obj-$(CONFIG_SENSORS_AD7414) += ad7414.o
31
31
obj-$(CONFIG_SENSORS_AD7418) += ad7418.o
32
32
obj-$(CONFIG_SENSORS_ADC128D818) += adc128d818.o
33
33
obj-$(CONFIG_SENSORS_ADCXX) += adcxx.o
34
- obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
35
34
obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o
36
35
obj-$(CONFIG_SENSORS_ADM1026) += adm1026.o
37
36
obj-$(CONFIG_SENSORS_ADM1029) += adm1029.o
@@ -154,7 +153,6 @@ obj-$(CONFIG_SENSORS_MAX31760) += max31760.o
154
153
obj-$(CONFIG_SENSORS_MAX6620) += max6620.o
155
154
obj-$(CONFIG_SENSORS_MAX6621) += max6621.o
156
155
obj-$(CONFIG_SENSORS_MAX6639) += max6639.o
157
- obj-$(CONFIG_SENSORS_MAX6642) += max6642.o
158
156
obj-$(CONFIG_SENSORS_MAX6650) += max6650.o
159
157
obj-$(CONFIG_SENSORS_MAX6697) += max6697.o
160
158
obj-$(CONFIG_SENSORS_MAX31790) += max31790.o
You can’t perform that action at this time.
0 commit comments