Kconfig (de34a4053250781404779b567b58dd97af689ce0) Kconfig (bf3608f338e928e5d26b620feb7d8afcdfff50e3)
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

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

1533 ADC, 1-channel DAC chips.
1534
1535 This driver can also be built as a module. If so, the module
1536 will be called pcf8591.
1537
1538 These devices are hard to detect and rarely found on mainstream
1539 hardware. If unsure, say N.
1540
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

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

1533 ADC, 1-channel DAC chips.
1534
1535 This driver can also be built as a module. If so, the module
1536 will be called pcf8591.
1537
1538 These devices are hard to detect and rarely found on mainstream
1539 hardware. If unsure, say N.
1540
1541source "drivers/hwmon/peci/Kconfig"
1542
1541source "drivers/hwmon/pmbus/Kconfig"
1542
1543config SENSORS_PWM_FAN
1544 tristate "PWM fan"
1545 depends on (PWM && OF) || COMPILE_TEST
1546 depends on THERMAL || THERMAL=n
1547 help
1548 If you say yes here you get support for fans connected to PWM lines.

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

1667 depends on PCI
1668 help
1669 If you say yes here you get support for the integrated sensors in
1670 SiS5595 South Bridges.
1671
1672 This driver can also be built as a module. If so, the module
1673 will be called sis5595.
1674
1543source "drivers/hwmon/pmbus/Kconfig"
1544
1545config SENSORS_PWM_FAN
1546 tristate "PWM fan"
1547 depends on (PWM && OF) || COMPILE_TEST
1548 depends on THERMAL || THERMAL=n
1549 help
1550 If you say yes here you get support for fans connected to PWM lines.

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

1669 depends on PCI
1670 help
1671 If you say yes here you get support for the integrated sensors in
1672 SiS5595 South Bridges.
1673
1674 This driver can also be built as a module. If so, the module
1675 will be called sis5595.
1676
1675config SENSORS_SY7636A
1676 tristate "Silergy SY7636A"
1677 help
1678 If you say yes here you get support for the thermistor readout of
1679 the Silergy SY7636A PMIC.
1680
1681 This driver can also be built as a module. If so, the module
1682 will be called sy7636a-hwmon.
1683
1684config SENSORS_DME1737
1685 tristate "SMSC DME1737, SCH311x and compatibles"
1686 depends on I2C && !PPC
1687 select HWMON_VID
1688 help
1689 If you say yes here you get support for the hardware monitoring
1690 and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
1691 Asus A8000 Super-I/O chips.

--- 585 unchanged lines hidden ---
1677config SENSORS_DME1737
1678 tristate "SMSC DME1737, SCH311x and compatibles"
1679 depends on I2C && !PPC
1680 select HWMON_VID
1681 help
1682 If you say yes here you get support for the hardware monitoring
1683 and fan control features of the SMSC DME1737, SCH311x, SCH5027, and
1684 Asus A8000 Super-I/O chips.

--- 585 unchanged lines hidden ---