Kconfig (331ed050c11faf6a0beb065a79a1ac52e2fd0467) | Kconfig (38b04ad02d0da956b697ff93c5c23e21cdb4cddc) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Hardware monitoring chip drivers configuration 4# 5 6menuconfig HWMON 7 tristate "Hardware Monitoring support" 8 depends on HAS_IOMEM --- 1053 unchanged lines hidden (view full) --- 1062 depends on I2C 1063 help 1064 Support for the Maxim Integrated MAX31730 3-Channel Remote 1065 Temperature Sensor. 1066 1067 This driver can also be built as a module. If so, the module 1068 will be called max31730. 1069 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Hardware monitoring chip drivers configuration 4# 5 6menuconfig HWMON 7 tristate "Hardware Monitoring support" 8 depends on HAS_IOMEM --- 1053 unchanged lines hidden (view full) --- 1062 depends on I2C 1063 help 1064 Support for the Maxim Integrated MAX31730 3-Channel Remote 1065 Temperature Sensor. 1066 1067 This driver can also be built as a module. If so, the module 1068 will be called max31730. 1069 |
1070config SENSORS_MAX31760 1071 tristate "MAX31760 fan speed controller" 1072 depends on I2C 1073 select REGMAP_I2C 1074 help 1075 Support for the Analog Devices MAX31760 Precision Fan-Speed 1076 Controller. MAX31760 integrates temperature sensing along with 1077 precision PWM fan control. 1078 1079 This driver can also be built as a module. If so, the module 1080 will be called max31760. 1081 |
|
1070config SENSORS_MAX6620 1071 tristate "Maxim MAX6620 fan controller" 1072 depends on I2C 1073 help 1074 If you say yes here you get support for the MAX6620 1075 fan controller. 1076 1077 This driver can also be built as a module. If so, the module --- 1295 unchanged lines hidden --- | 1082config SENSORS_MAX6620 1083 tristate "Maxim MAX6620 fan controller" 1084 depends on I2C 1085 help 1086 If you say yes here you get support for the MAX6620 1087 fan controller. 1088 1089 This driver can also be built as a module. If so, the module --- 1295 unchanged lines hidden --- |