Kconfig (10f2ed31aae11040dfd64cee10c47db79b4b4647) | Kconfig (dac6831e67e90d1cee430a66e7390e753c20d835) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 736 unchanged lines hidden (view full) --- 745 help 746 If you say yes here you get support for the hardware monitoring 747 and fan control features of the SMSC DME1737, SCH311x, SCH5027, and 748 Asus A8000 Super-I/O chips. 749 750 This driver can also be built as a module. If so, the module 751 will be called dme1737. 752 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 736 unchanged lines hidden (view full) --- 745 help 746 If you say yes here you get support for the hardware monitoring 747 and fan control features of the SMSC DME1737, SCH311x, SCH5027, and 748 Asus A8000 Super-I/O chips. 749 750 This driver can also be built as a module. If so, the module 751 will be called dme1737. 752 |
753config SENSORS_EMC1403 754 tristate "SMSC EMC1403 thermal sensor" 755 depends on I2C 756 help 757 If you say yes here you get support for the SMSC EMC1403 758 temperature monitoring chip. 759 760 Threshold values can be configured using sysfs. 761 Data from the different diodes are accessible via sysfs. 762 |
|
753config SENSORS_SMSC47M1 754 tristate "SMSC LPC47M10x and compatibles" 755 help 756 If you say yes here you get support for the integrated fan 757 monitoring and control capabilities of the SMSC LPC47B27x, 758 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, 759 LPC47M192, LPC47M292 and LPC47M997 chips. 760 --- 388 unchanged lines hidden --- | 763config SENSORS_SMSC47M1 764 tristate "SMSC LPC47M10x and compatibles" 765 help 766 If you say yes here you get support for the integrated fan 767 monitoring and control capabilities of the SMSC LPC47B27x, 768 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, 769 LPC47M192, LPC47M292 and LPC47M997 chips. 770 --- 388 unchanged lines hidden --- |