Kconfig (c851b715d38de0c262a63de16ad954ed39b47aca) Kconfig (c3963bc0a0cf9ecb205a9d4976eb92b6df2fa3fd)
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

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

1457 depends on !PPC
1458 help
1459 If you say yes here you get support for the hardware monitoring
1460 functionality of the Nuvoton NCT6683D eSIO chip.
1461
1462 This driver can also be built as a module. If so, the module
1463 will be called nct6683.
1464
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

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

1457 depends on !PPC
1458 help
1459 If you say yes here you get support for the hardware monitoring
1460 functionality of the Nuvoton NCT6683D eSIO chip.
1461
1462 This driver can also be built as a module. If so, the module
1463 will be called nct6683.
1464
1465config SENSORS_NCT6775_CORE
1466 tristate
1467 select REGMAP
1468 help
1469 This module contains common code shared by the platform and
1470 i2c versions of the nct6775 driver; it is not useful on its
1471 own.
1472
1473 If built as a module, the module will be called
1474 nct6775-core.
1475
1465config SENSORS_NCT6775
1476config SENSORS_NCT6775
1466 tristate "Nuvoton NCT6775F and compatibles"
1477 tristate "Platform driver for Nuvoton NCT6775F and compatibles"
1467 depends on !PPC
1468 depends on ACPI_WMI || ACPI_WMI=n
1469 select HWMON_VID
1478 depends on !PPC
1479 depends on ACPI_WMI || ACPI_WMI=n
1480 select HWMON_VID
1481 select SENSORS_NCT6775_CORE
1470 help
1471 If you say yes here you get support for the hardware monitoring
1472 functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
1473 NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
1474 Super-I/O chips. This driver replaces the w83627ehf driver for
1475 NCT6775F and NCT6776F.
1476
1477 This driver can also be built as a module. If so, the module

--- 849 unchanged lines hidden ---
1482 help
1483 If you say yes here you get support for the hardware monitoring
1484 functionality of the Nuvoton NCT6106D, NCT6775F, NCT6776F, NCT6779D,
1485 NCT6791D, NCT6792D, NCT6793D, NCT6795D, NCT6796D, and compatible
1486 Super-I/O chips. This driver replaces the w83627ehf driver for
1487 NCT6775F and NCT6776F.
1488
1489 This driver can also be built as a module. If so, the module

--- 849 unchanged lines hidden ---