Kconfig (fc37348c907ba220b898ad383c0d5134a9a545c1) | Kconfig (dc5abc2ff0ee4279a6c0351674cd24745216c4db) |
---|---|
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 --- 366 unchanged lines hidden (view full) --- 375 tristate "MPS MP5990" 376 help 377 If you say yes here you get hardware monitoring support for MPS 378 MP5990. 379 380 This driver can also be built as a module. If so, the module will 381 be called mp5990. 382 | 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 --- 366 unchanged lines hidden (view full) --- 375 tristate "MPS MP5990" 376 help 377 If you say yes here you get hardware monitoring support for MPS 378 MP5990. 379 380 This driver can also be built as a module. If so, the module will 381 be called mp5990. 382 |
383config SENSORS_MP9941 384 tristate "MPS MP9941" 385 help 386 If you say yes here you get hardware monitoring support for MPS 387 MP9941. 388 389 This driver can also be built as a module. If so, the module will 390 be called mp9941. 391 |
|
383config SENSORS_MPQ7932_REGULATOR 384 bool "Regulator support for MPQ7932" 385 depends on SENSORS_MPQ7932 && REGULATOR 386 help 387 If you say yes here you get six integrated buck converter regulator 388 support for power management IC MPS MPQ7932. 389 390config SENSORS_MPQ7932 --- 187 unchanged lines hidden --- | 392config SENSORS_MPQ7932_REGULATOR 393 bool "Regulator support for MPQ7932" 394 depends on SENSORS_MPQ7932 && REGULATOR 395 help 396 If you say yes here you get six integrated buck converter regulator 397 support for power management IC MPS MPQ7932. 398 399config SENSORS_MPQ7932 --- 187 unchanged lines hidden --- |