Kconfig (08ebc9def79fc0c4dbb6ecc39263006e3f98b750) | Kconfig (bf1bb26f23f10f835e596337604d32d34ab798a6) |
---|---|
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 --- 785 unchanged lines hidden (view full) --- 794 depends on I2C 795 help 796 If you say yes here you get support for the Renesas HS3001, 797 to HS3004 humidity and temperature sensors. 798 799 This driver can also be built as a module. If so, the module 800 will be called hs3001. 801 | 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 --- 785 unchanged lines hidden (view full) --- 794 depends on I2C 795 help 796 If you say yes here you get support for the Renesas HS3001, 797 to HS3004 humidity and temperature sensors. 798 799 This driver can also be built as a module. If so, the module 800 will be called hs3001. 801 |
802config SENSORS_HTU31 803 tristate "Measurement Specialties HTU31 humidity and temperature sensor" 804 depends on I2C 805 select CRC8 806 help 807 If you say yes here you get support for the HTU31 humidity 808 and temperature sensors. 809 810 This driver can also be built as a module. If so, the module 811 will be called htu31. 812 |
|
802config SENSORS_IBMAEM 803 tristate "IBM Active Energy Manager temperature/power sensors and control" 804 select IPMI_SI 805 depends on IPMI_HANDLER 806 help 807 If you say yes here you get support for the temperature and 808 power sensors and capping hardware in various IBM System X 809 servers that support Active Energy Manager. This includes --- 1859 unchanged lines hidden --- | 813config SENSORS_IBMAEM 814 tristate "IBM Active Energy Manager temperature/power sensors and control" 815 select IPMI_SI 816 depends on IPMI_HANDLER 817 help 818 If you say yes here you get support for the temperature and 819 power sensors and capping hardware in various IBM System X 820 servers that support Active Energy Manager. This includes --- 1859 unchanged lines hidden --- |