Kconfig (c441bfb5f2866de71e092c1b9d866a65978dfe1a) | Kconfig (505c2549373f3aa9ee16493f872e57876ffb70b1) |
---|---|
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 --- 1569 unchanged lines hidden (view full) --- 1578 select CRC8 1579 help 1580 If you say yes here you get support for the Sensiron SHT30 and SHT31 1581 humidity and temperature sensors. 1582 1583 This driver can also be built as a module. If so, the module 1584 will be called sht3x. 1585 | 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 --- 1569 unchanged lines hidden (view full) --- 1578 select CRC8 1579 help 1580 If you say yes here you get support for the Sensiron SHT30 and SHT31 1581 humidity and temperature sensors. 1582 1583 This driver can also be built as a module. If so, the module 1584 will be called sht3x. 1585 |
1586config SENSORS_SHT4x 1587 tristate "Sensiron humidity and temperature sensors. SHT4x and compat." 1588 depends on I2C 1589 select CRC8 1590 help 1591 If you say yes here you get support for the Sensiron SHT40, SHT41 and 1592 SHT45 humidity and temperature sensors. 1593 1594 This driver can also be built as a module. If so, the module 1595 will be called sht4x. 1596 |
|
1586config SENSORS_SHTC1 1587 tristate "Sensiron humidity and temperature sensors. SHTC1 and compat." 1588 depends on I2C 1589 help 1590 If you say yes here you get support for the Sensiron SHTC1, SHTW1, 1591 and SHTC3 humidity and temperature sensors. 1592 1593 This driver can also be built as a module. If so, the module --- 585 unchanged lines hidden --- | 1597config SENSORS_SHTC1 1598 tristate "Sensiron humidity and temperature sensors. SHTC1 and compat." 1599 depends on I2C 1600 help 1601 If you say yes here you get support for the Sensiron SHTC1, SHTW1, 1602 and SHTC3 humidity and temperature sensors. 1603 1604 This driver can also be built as a module. If so, the module --- 585 unchanged lines hidden --- |