Kconfig (ec208491936d6adb8a70c3dd4a517cdfe54e823d) | Kconfig (4e233cbed249ea94d989b8be08eac0414dbdc44b) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 428 unchanged lines hidden (view full) --- 437 help 438 If you say yes here you get support for the National Semiconductor 439 LM70 and Texas Instruments TMP121/TMP123 digital temperature 440 sensor chips. 441 442 This driver can also be built as a module. If so, the module 443 will be called lm70. 444 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 428 unchanged lines hidden (view full) --- 437 help 438 If you say yes here you get support for the National Semiconductor 439 LM70 and Texas Instruments TMP121/TMP123 digital temperature 440 sensor chips. 441 442 This driver can also be built as a module. If so, the module 443 will be called lm70. 444 |
445config SENSORS_LM73 446 tristate "National Semiconductor LM73" 447 depends on I2C 448 help 449 If you say yes here you get support for National Semiconductor LM73 450 sensor chips. 451 This driver can also be built as a module. If so, the module 452 will be called lm73. 453 |
|
445config SENSORS_LM75 446 tristate "National Semiconductor LM75 and compatibles" 447 depends on I2C 448 help 449 If you say yes here you get support for one common type of 450 temperature sensor chip, with models including: 451 452 - Dallas Semiconductor DS75 and DS1775 --- 605 unchanged lines hidden --- | 454config SENSORS_LM75 455 tristate "National Semiconductor LM75 and compatibles" 456 depends on I2C 457 help 458 If you say yes here you get support for one common type of 459 temperature sensor chip, with models including: 460 461 - Dallas Semiconductor DS75 and DS1775 --- 605 unchanged lines hidden --- |