Kconfig (0791faebfe750292a8a842b64795a390ca4a3b51) Kconfig (af71cccadecedad3484c2208e2c4fc8eff927d4a)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig REGULATOR
3 bool "Voltage and Current Regulator Support"
4 select LINEAR_RANGES
5 help
6 Generic Voltage and Current Regulator support.
7
8 This framework is designed to provide a generic interface to voltage

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

579config REGULATOR_MAX77650
580 tristate "Maxim MAX77650/77651 regulator support"
581 depends on MFD_MAX77650 || COMPILE_TEST
582 help
583 Regulator driver for MAX77650/77651 PMIC from Maxim
584 Semiconductor. This device has a SIMO with three independent
585 power rails and an LDO.
586
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig REGULATOR
3 bool "Voltage and Current Regulator Support"
4 select LINEAR_RANGES
5 help
6 Generic Voltage and Current Regulator support.
7
8 This framework is designed to provide a generic interface to voltage

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

579config REGULATOR_MAX77650
580 tristate "Maxim MAX77650/77651 regulator support"
581 depends on MFD_MAX77650 || COMPILE_TEST
582 help
583 Regulator driver for MAX77650/77651 PMIC from Maxim
584 Semiconductor. This device has a SIMO with three independent
585 power rails and an LDO.
586
587config REGULATOR_MAX77857
588 tristate "ADI MAX77857/MAX77831 regulator support"
589 depends on I2C
590 select REGMAP_I2C
591 help
592 This driver controls a ADI MAX77857 and MAX77831 regulators.
593 via I2C bus. MAX77857 and MAX77831 are high efficiency buck-boost
594 converters with input voltage range (2.5V to 16V). Say Y here to
595 enable the regulator driver
596
587config REGULATOR_MAX8649
588 tristate "Maxim 8649 voltage regulator"
589 depends on I2C
590 select REGMAP_I2C
591 help
592 This driver controls a Maxim 8649 voltage output regulator via
593 I2C bus.
594

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

984
985config REGULATOR_PWM
986 tristate "PWM voltage regulator"
987 depends on PWM
988 help
989 This driver supports PWM controlled voltage regulators. PWM
990 duty cycle can increase or decrease the voltage.
991
597config REGULATOR_MAX8649
598 tristate "Maxim 8649 voltage regulator"
599 depends on I2C
600 select REGMAP_I2C
601 help
602 This driver controls a Maxim 8649 voltage output regulator via
603 I2C bus.
604

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

994
995config REGULATOR_PWM
996 tristate "PWM voltage regulator"
997 depends on PWM
998 help
999 This driver supports PWM controlled voltage regulators. PWM
1000 duty cycle can increase or decrease the voltage.
1001
1002config REGULATOR_QCOM_REFGEN
1003 tristate "Qualcomm REFGEN regulator driver"
1004 depends on HAS_IOMEM
1005 depends on REGMAP
1006 help
1007 This driver supports the MMIO-mapped reference voltage regulator,
1008 used internally by some PHYs on many Qualcomm SoCs.
1009
1010 Say M here if you want to include support for this regulator as
1011 a module. The module will be named "qcom-refgen-regulator".
1012
992config REGULATOR_QCOM_RPM
993 tristate "Qualcomm RPM regulator driver"
994 depends on MFD_QCOM_RPM
995 help
996 If you say yes to this option, support will be included for the
997 regulators exposed by the Resource Power Manager found in Qualcomm
998 8660, 8960 and 8064 based devices.
999

--- 622 unchanged lines hidden ---
1013config REGULATOR_QCOM_RPM
1014 tristate "Qualcomm RPM regulator driver"
1015 depends on MFD_QCOM_RPM
1016 help
1017 If you say yes to this option, support will be included for the
1018 regulators exposed by the Resource Power Manager found in Qualcomm
1019 8660, 8960 and 8064 based devices.
1020

--- 622 unchanged lines hidden ---