Kconfig (4709d86ca3c8f845ff653690b0a97ad19dc5ba18) Kconfig (97be82880b617fb6bc06ff19e3ddb039501b2dcf)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig REGULATOR
3 bool "Voltage and Current Regulator Support"
4 help
5 Generic Voltage and Current Regulator support.
6
7 This framework is designed to provide a generic interface to voltage
8 and current regulators within the Linux kernel. It's intended to

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

630 select REGMAP_I2C
631 help
632 Say y here to support the MP8859 voltage regulator. This driver
633 supports basic operations (get/set voltage) through the regulator
634 interface.
635 Say M here if you want to include support for the regulator as a
636 module. The module will be named "mp8859".
637
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig REGULATOR
3 bool "Voltage and Current Regulator Support"
4 help
5 Generic Voltage and Current Regulator support.
6
7 This framework is designed to provide a generic interface to voltage
8 and current regulators within the Linux kernel. It's intended to

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

630 select REGMAP_I2C
631 help
632 Say y here to support the MP8859 voltage regulator. This driver
633 supports basic operations (get/set voltage) through the regulator
634 interface.
635 Say M here if you want to include support for the regulator as a
636 module. The module will be named "mp8859".
637
638config REGULATOR_MP886X
639 tristate "MPS MP8869 regulator driver"
640 depends on I2C && (OF || COMPILE_TEST)
641 select REGMAP_I2C
642 help
643 This driver supports the MP8869 voltage regulator.
644
638config REGULATOR_MPQ7920
639 tristate "Monolithic MPQ7920 PMIC"
640 depends on I2C && OF
641 select REGMAP_I2C
642 help
643 Say y here to support the MPQ7920 PMIC. This will enable supports
644 the software controllable 4 buck and 5 LDO regulators.
645 This driver supports the control of different power rails of device

--- 519 unchanged lines hidden ---
645config REGULATOR_MPQ7920
646 tristate "Monolithic MPQ7920 PMIC"
647 depends on I2C && OF
648 select REGMAP_I2C
649 help
650 Say y here to support the MPQ7920 PMIC. This will enable supports
651 the software controllable 4 buck and 5 LDO regulators.
652 This driver supports the control of different power rails of device

--- 519 unchanged lines hidden ---