Kconfig (0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99) Kconfig (11d861d227ed1c4068597289267247aac5ac50fa)
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

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

1022
1023config REGULATOR_PWM
1024 tristate "PWM voltage regulator"
1025 depends on PWM
1026 help
1027 This driver supports PWM controlled voltage regulators. PWM
1028 duty cycle can increase or decrease the voltage.
1029
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

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

1022
1023config REGULATOR_PWM
1024 tristate "PWM voltage regulator"
1025 depends on PWM
1026 help
1027 This driver supports PWM controlled voltage regulators. PWM
1028 duty cycle can increase or decrease the voltage.
1029
1030config REGULATOR_QCOM_PM8008
1031 tristate "Qualcomm PM8008 PMIC regulators"
1032 depends on MFD_QCOM_PM8008
1033 help
1034 Select this option to enable support for the voltage regulators in
1035 Qualcomm PM8008 PMICs.
1036
1030config REGULATOR_QCOM_REFGEN
1031 tristate "Qualcomm REFGEN regulator driver"
1032 depends on ARCH_QCOM || COMPILE_TEST
1033 depends on HAS_IOMEM
1034 depends on REGMAP
1035 help
1036 This driver supports the MMIO-mapped reference voltage regulator,
1037 used internally by some PHYs on many Qualcomm SoCs.

--- 659 unchanged lines hidden ---
1037config REGULATOR_QCOM_REFGEN
1038 tristate "Qualcomm REFGEN regulator driver"
1039 depends on ARCH_QCOM || COMPILE_TEST
1040 depends on HAS_IOMEM
1041 depends on REGMAP
1042 help
1043 This driver supports the MMIO-mapped reference voltage regulator,
1044 used internally by some PHYs on many Qualcomm SoCs.

--- 659 unchanged lines hidden ---