Kconfig (f46a6804135795f77d096ab0128f27531c7d051c) | Kconfig (9df7305b5a8651eb940e98496bc1d4742379c578) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 790 unchanged lines hidden (view full) --- 799 depends on I2C 800 help 801 If you say yes here you get support for the SMSC EMC1403 802 temperature monitoring chip. 803 804 Threshold values can be configured using sysfs. 805 Data from the different diodes are accessible via sysfs. 806 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 790 unchanged lines hidden (view full) --- 799 depends on I2C 800 help 801 If you say yes here you get support for the SMSC EMC1403 802 temperature monitoring chip. 803 804 Threshold values can be configured using sysfs. 805 Data from the different diodes are accessible via sysfs. 806 |
807config SENSORS_EMC2103 808 tristate "SMSC EMC2103" 809 depends on I2C 810 help 811 If you say yes here you get support for the temperature 812 and fan sensors of the SMSC EMC2103 chips. 813 814 This driver can also be built as a module. If so, the module 815 will be called emc2103. 816 |
|
807config SENSORS_SMSC47M1 808 tristate "SMSC LPC47M10x and compatibles" 809 help 810 If you say yes here you get support for the integrated fan 811 monitoring and control capabilities of the SMSC LPC47B27x, 812 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, 813 LPC47M192, LPC47M292 and LPC47M997 chips. 814 --- 398 unchanged lines hidden --- | 817config SENSORS_SMSC47M1 818 tristate "SMSC LPC47M10x and compatibles" 819 help 820 If you say yes here you get support for the integrated fan 821 monitoring and control capabilities of the SMSC LPC47B27x, 822 LPC47M10x, LPC47M112, LPC47M13x, LPC47M14x, LPC47M15x, 823 LPC47M192, LPC47M292 and LPC47M997 chips. 824 --- 398 unchanged lines hidden --- |