Kconfig (a1fac92b8b2c439678424f7660f066341607a82a) | Kconfig (e1eb49063b301fd885fca63e2f24d1dac1d65d0e) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 757 unchanged lines hidden (view full) --- 766 default n 767 help 768 If you say yes here you get support for Linear Technology LTC4261 769 Negative Voltage Hot Swap Controller I2C interface. 770 771 This driver can also be built as a module. If so, the module will 772 be called ltc4261. 773 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 757 unchanged lines hidden (view full) --- 766 default n 767 help 768 If you say yes here you get support for Linear Technology LTC4261 769 Negative Voltage Hot Swap Controller I2C interface. 770 771 This driver can also be built as a module. If so, the module will 772 be called ltc4261. 773 |
774config SENSORS_LM95234 775 tristate "National Semiconductor LM95234" 776 depends on I2C 777 help 778 If you say yes here you get support for the LM95234 temperature 779 sensor. 780 781 This driver can also be built as a module. If so, the module 782 will be called lm95234. 783 |
|
774config SENSORS_LM95241 775 tristate "National Semiconductor LM95241 and compatibles" 776 depends on I2C 777 help 778 If you say yes here you get support for LM95231 and LM95241 sensor 779 chips. 780 781 This driver can also be built as a module. If so, the module --- 746 unchanged lines hidden --- | 784config SENSORS_LM95241 785 tristate "National Semiconductor LM95241 and compatibles" 786 depends on I2C 787 help 788 If you say yes here you get support for LM95231 and LM95241 sensor 789 chips. 790 791 This driver can also be built as a module. If so, the module --- 746 unchanged lines hidden --- |