Kconfig (de65d816aa44f9ddd79861ae21d75010cc1fd003) | Kconfig (5372d2d71c46e5649e5d2edd4514adcd6fe7a085) |
---|---|
1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 840 unchanged lines hidden (view full) --- 849 depends on I2C 850 help 851 If you say yes here you get support for the MAX6650 / MAX6651 852 sensor chips. 853 854 This driver can also be built as a module. If so, the module 855 will be called max6650. 856 | 1# 2# Hardware monitoring chip drivers configuration 3# 4 5menuconfig HWMON 6 tristate "Hardware Monitoring support" 7 depends on HAS_IOMEM 8 default y --- 840 unchanged lines hidden (view full) --- 849 depends on I2C 850 help 851 If you say yes here you get support for the MAX6650 / MAX6651 852 sensor chips. 853 854 This driver can also be built as a module. If so, the module 855 will be called max6650. 856 |
857config SENSORS_MAX6697 858 tristate "Maxim MAX6697 and compatibles" 859 depends on I2C 860 help 861 If you say yes here you get support for MAX6581, MAX6602, MAX6622, 862 MAX6636, MAX6689, MAX6693, MAX6694, MAX6697, MAX6698, and MAX6699 863 temperature sensor chips. 864 865 This driver can also be built as a module. If so, the module 866 will be called max6697. 867 |
|
857config SENSORS_MCP3021 858 tristate "Microchip MCP3021 and compatibles" 859 depends on I2C 860 help 861 If you say yes here you get support for MCP3021 and MCP3221. 862 The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221 863 with 12-bit resolution. 864 --- 607 unchanged lines hidden --- | 868config SENSORS_MCP3021 869 tristate "Microchip MCP3021 and compatibles" 870 depends on I2C 871 help 872 If you say yes here you get support for MCP3021 and MCP3221. 873 The MCP3021 is a A/D converter (ADC) with 10-bit and the MCP3221 874 with 12-bit resolution. 875 --- 607 unchanged lines hidden --- |