aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig35
1 files changed, 28 insertions, 7 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 700e93adeb33..9e640c62ebd9 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -191,21 +191,27 @@ config SENSORS_ADT7470
191 will be called adt7470. 191 will be called adt7470.
192 192
193config SENSORS_ADT7473 193config SENSORS_ADT7473
194 tristate "Analog Devices ADT7473" 194 tristate "Analog Devices ADT7473 (DEPRECATED)"
195 depends on I2C && EXPERIMENTAL 195 depends on I2C && EXPERIMENTAL
196 select SENSORS_ADT7475
196 help 197 help
197 If you say yes here you get support for the Analog Devices 198 If you say yes here you get support for the Analog Devices
198 ADT7473 temperature monitoring chips. 199 ADT7473 temperature monitoring chips.
199 200
201 This driver is deprecated, you should use the adt7475 driver
202 instead.
203
200 This driver can also be built as a module. If so, the module 204 This driver can also be built as a module. If so, the module
201 will be called adt7473. 205 will be called adt7473.
202 206
203config SENSORS_ADT7475 207config SENSORS_ADT7475
204 tristate "Analog Devices ADT7475" 208 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
205 depends on I2C && EXPERIMENTAL 209 depends on I2C && EXPERIMENTAL
210 select HWMON_VID
206 help 211 help
207 If you say yes here you get support for the Analog Devices 212 If you say yes here you get support for the Analog Devices
208 ADT7475 hardware monitoring chips. 213 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
214 chips.
209 215
210 This driver can also be build as a module. If so, the module 216 This driver can also be build as a module. If so, the module
211 will be called adt7475. 217 will be called adt7475.
@@ -305,12 +311,12 @@ config SENSORS_F71805F
305 will be called f71805f. 311 will be called f71805f.
306 312
307config SENSORS_F71882FG 313config SENSORS_F71882FG
308 tristate "Fintek F71858FG, F71862FG, F71882FG and F8000" 314 tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
309 depends on EXPERIMENTAL 315 depends on EXPERIMENTAL
310 help 316 help
311 If you say yes here you get support for hardware monitoring 317 If you say yes here you get support for hardware monitoring
312 features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG 318 features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
313 and F8000 Super-I/O chips. 319 F71889FG and F8000 Super-I/O chips.
314 320
315 This driver can also be built as a module. If so, the module 321 This driver can also be built as a module. If so, the module
316 will be called f71882fg. 322 will be called f71882fg.
@@ -442,6 +448,15 @@ config SENSORS_LM70
442 This driver can also be built as a module. If so, the module 448 This driver can also be built as a module. If so, the module
443 will be called lm70. 449 will be called lm70.
444 450
451config SENSORS_LM73
452 tristate "National Semiconductor LM73"
453 depends on I2C
454 help
455 If you say yes here you get support for National Semiconductor LM73
456 sensor chips.
457 This driver can also be built as a module. If so, the module
458 will be called lm73.
459
445config SENSORS_LM75 460config SENSORS_LM75
446 tristate "National Semiconductor LM75 and compatibles" 461 tristate "National Semiconductor LM75 and compatibles"
447 depends on I2C 462 depends on I2C
@@ -841,7 +856,7 @@ config SENSORS_W83781D
841 856
842config SENSORS_W83791D 857config SENSORS_W83791D
843 tristate "Winbond W83791D" 858 tristate "Winbond W83791D"
844 depends on I2C && EXPERIMENTAL 859 depends on I2C
845 select HWMON_VID 860 select HWMON_VID
846 help 861 help
847 If you say yes here you get support for the Winbond W83791D chip. 862 If you say yes here you get support for the Winbond W83791D chip.
@@ -1008,6 +1023,12 @@ config SENSORS_APPLESMC
1008 Say Y here if you have an applicable laptop and want to experience 1023 Say Y here if you have an applicable laptop and want to experience
1009 the awesome power of applesmc. 1024 the awesome power of applesmc.
1010 1025
1026config SENSORS_MC13783_ADC
1027 tristate "Freescale MC13783 ADC"
1028 depends on MFD_MC13783
1029 help
1030 Support for the A/D converter on MC13783 PMIC.
1031
1011if ACPI 1032if ACPI
1012 1033
1013comment "ACPI drivers" 1034comment "ACPI drivers"