Kconfig (e0daf1a60ed47828cc3563c5d036692cc7a702e9) | Kconfig (c8f55be4a1c7b4f64ecac1369e55f366b7f03bd2) |
---|---|
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 --- 805 unchanged lines hidden (view full) --- 814 help 815 If you say yes here you get access to the hardware monitoring 816 functions of the Lattice POWR1220 isp Power Supply Monitoring, 817 Sequencing and Margining Controller. 818 819 This driver can also be built as a module. If so, the module 820 will be called powr1220. 821 | 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 --- 805 unchanged lines hidden (view full) --- 814 help 815 If you say yes here you get access to the hardware monitoring 816 functions of the Lattice POWR1220 isp Power Supply Monitoring, 817 Sequencing and Margining Controller. 818 819 This driver can also be built as a module. If so, the module 820 will be called powr1220. 821 |
822config SENSORS_LAN966X 823 tristate "Microchip LAN966x Hardware Monitoring" 824 depends on SOC_LAN966 || COMPILE_TEST 825 select REGMAP 826 select POLYNOMIAL 827 help 828 If you say yes here you get support for temperature monitoring 829 on the Microchip LAN966x SoC. 830 831 This driver can also be built as a module. If so, the module 832 will be called lan966x-hwmon. 833 |
|
822config SENSORS_LINEAGE 823 tristate "Lineage Compact Power Line Power Entry Module" 824 depends on I2C 825 help 826 If you say yes here you get support for the Lineage Compact Power Line 827 series of DC/DC and AC/DC converters such as CP1800, CP2000AC, 828 CP2000DC, CP2725, and others. 829 --- 1510 unchanged lines hidden --- | 834config SENSORS_LINEAGE 835 tristate "Lineage Compact Power Line Power Entry Module" 836 depends on I2C 837 help 838 If you say yes here you get support for the Lineage Compact Power Line 839 series of DC/DC and AC/DC converters such as CP1800, CP2000AC, 840 CP2000DC, CP2725, and others. 841 --- 1510 unchanged lines hidden --- |