Kconfig (728d90bdc9e480dc93913e59a0aa3c896c7aa697) | Kconfig (626bb2f3fb3c4f1faa084d81112edda555bacb68) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PMBus chip drivers configuration 4# 5 6menuconfig PMBUS 7 tristate "PMBus support" 8 depends on I2C --- 22 unchanged lines hidden (view full) --- 31 help 32 If you say yes here you get hardware monitoring support for Analog 33 Devices ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293, 34 and ADM1294 Hot-Swap Controller and Digital Power Monitors. 35 36 This driver can also be built as a module. If so, the module will 37 be called adm1275. 38 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PMBus chip drivers configuration 4# 5 6menuconfig PMBUS 7 tristate "PMBus support" 8 depends on I2C --- 22 unchanged lines hidden (view full) --- 31 help 32 If you say yes here you get hardware monitoring support for Analog 33 Devices ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1293, 34 and ADM1294 Hot-Swap Controller and Digital Power Monitors. 35 36 This driver can also be built as a module. If so, the module will 37 be called adm1275. 38 |
39config SENSORS_BEL_PFE 40 tristate "Bel PFE Compatible Power Supplies" 41 help 42 If you say yes here you get hardware monitoring support for BEL 43 PFE1100 and PFE3000 Power Supplies. 44 45 This driver can also be built as a module. If so, the module will 46 be called bel-pfe. 47 |
|
39config SENSORS_IBM_CFFPS 40 tristate "IBM Common Form Factor Power Supply" 41 depends on LEDS_CLASS 42 help 43 If you say yes here you get hardware monitoring support for the IBM 44 Common Form Factor power supply. 45 46 This driver can also be built as a module. If so, the module will --- 187 unchanged lines hidden --- | 48config SENSORS_IBM_CFFPS 49 tristate "IBM Common Form Factor Power Supply" 50 depends on LEDS_CLASS 51 help 52 If you say yes here you get hardware monitoring support for the IBM 53 Common Form Factor power supply. 54 55 This driver can also be built as a module. If so, the module will --- 187 unchanged lines hidden --- |