Kconfig (0c459759ca971ee49a313b19ba50fc499c6cf8ca) Kconfig (f9e5f289b686bbb8e7fbed7a533e570ad5d863da)
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

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

304 tristate "Maxim MAX8688"
305 help
306 If you say yes here you get hardware monitoring support for Maxim
307 MAX8688.
308
309 This driver can also be built as a module. If so, the module will
310 be called max8688.
311
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

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

304 tristate "Maxim MAX8688"
305 help
306 If you say yes here you get hardware monitoring support for Maxim
307 MAX8688.
308
309 This driver can also be built as a module. If so, the module will
310 be called max8688.
311
312config SENSORS_MP2856
313 tristate "MPS MP2856"
314 help
315 If you say yes here you get hardware monitoring support for MPS
316 MP2856 MP2857 Dual Loop Digital Multi-Phase Controller.
317
318 This driver can also be built as a module. If so, the module will
319 be called mp2856.
320
312config SENSORS_MP2888
313 tristate "MPS MP2888"
314 help
315 If you say yes here you get hardware monitoring support for MPS
316 MP2888 Digital, Multi-Phase, Pulse-Width Modulation Controller.
317
318 This driver can also be built as a module. If so, the module will
319 be called mp2888.

--- 212 unchanged lines hidden ---
321config SENSORS_MP2888
322 tristate "MPS MP2888"
323 help
324 If you say yes here you get hardware monitoring support for MPS
325 MP2888 Digital, Multi-Phase, Pulse-Width Modulation Controller.
326
327 This driver can also be built as a module. If so, the module will
328 be called mp2888.

--- 212 unchanged lines hidden ---