Kconfig (731b4cace10f105a81d622b70f9a35f577612d63) | Kconfig (f22aaaa70d8c24e5dc7d23a219c4beace8354b65) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 763 unchanged lines hidden (view full) --- 772 depends on I2C && EXPERIMENTAL 773 help 774 If you say yes here you get support for the MAX6650 / MAX6651 775 sensor chips. 776 777 This driver can also be built as a module. If so, the module 778 will be called max6650. 779 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 763 unchanged lines hidden (view full) --- 772 depends on I2C && EXPERIMENTAL 773 help 774 If you say yes here you get support for the MAX6650 / MAX6651 775 sensor chips. 776 777 This driver can also be built as a module. If so, the module 778 will be called max6650. 779 |
780config SENSORS_NTC_THERMISTOR 781 tristate "NTC thermistor support" 782 depends on EXPERIMENTAL 783 help 784 This driver supports NTC thermistors sensor reading and its 785 interpretation. The driver can also monitor the temperature and 786 send notifications about the temperature. 787 788 Currently, this driver supports 789 NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, and NCP15WL333. 790 791 This driver can also be built as a module. If so, the module 792 will be called ntc-thermistor. 793 |
|
780config SENSORS_PC87360 781 tristate "National Semiconductor PC87360 family" 782 select HWMON_VID 783 help 784 If you say yes here you get access to the hardware monitoring 785 functions of the National Semiconductor PC8736x Super-I/O chips. 786 The PC87360, PC87363 and PC87364 only have fan monitoring and 787 control. The PC87365 and PC87366 additionally have voltage and --- 611 unchanged lines hidden --- | 794config SENSORS_PC87360 795 tristate "National Semiconductor PC87360 family" 796 select HWMON_VID 797 help 798 If you say yes here you get access to the hardware monitoring 799 functions of the National Semiconductor PC8736x Super-I/O chips. 800 The PC87360, PC87363 and PC87364 only have fan monitoring and 801 control. The PC87365 and PC87366 additionally have voltage and --- 611 unchanged lines hidden --- |