Kconfig (c87866ede44ad7da6b296d732221dc34ce1b154d) Kconfig (5a0f50d110b36aaf624fc2017d5e08357e2c8143)
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

--- 1537 unchanged lines hidden (view full) ---

1546 depends on I2C
1547 help
1548 If you say yes here you get support for emulated temperature
1549 sensors on AMD SoCs with SB-TSI interface connected to a BMC device.
1550
1551 This driver can also be built as a module. If so, the module will
1552 be called sbtsi_temp.
1553
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

--- 1537 unchanged lines hidden (view full) ---

1546 depends on I2C
1547 help
1548 If you say yes here you get support for emulated temperature
1549 sensors on AMD SoCs with SB-TSI interface connected to a BMC device.
1550
1551 This driver can also be built as a module. If so, the module will
1552 be called sbtsi_temp.
1553
1554config SENSORS_SBRMI
1555 tristate "Emulated SB-RMI sensor"
1556 depends on I2C
1557 help
1558 If you say yes here you get support for emulated RMI
1559 sensors on AMD SoCs with APML interface connected to a BMC device.
1560
1561 This driver can also be built as a module. If so, the module will
1562 be called sbrmi.
1563
1554config SENSORS_SHT15
1555 tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
1556 depends on GPIOLIB || COMPILE_TEST
1557 select BITREVERSE
1558 help
1559 If you say yes here you get support for the Sensiron SHT10, SHT11,
1560 SHT15, SHT71, SHT75 humidity and temperature sensors.
1561

--- 628 unchanged lines hidden ---
1564config SENSORS_SHT15
1565 tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
1566 depends on GPIOLIB || COMPILE_TEST
1567 select BITREVERSE
1568 help
1569 If you say yes here you get support for the Sensiron SHT10, SHT11,
1570 SHT15, SHT71, SHT75 humidity and temperature sensors.
1571

--- 628 unchanged lines hidden ---