Loading drivers/regulator/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -1088,6 +1088,15 @@ config REGULATOR_WM8994 This driver provides support for the voltage regulators on the WM8994 CODEC. config REGULATOR_RPMH tristate "Qualcomm Technologies, Inc. Legacy RPMh regulator driver" depends on QCOM_RPMH help This driver supports control of PMIC regulators via the RPMh hardware block found on Qualcomm Technologies Inc. SoCs. RPMh regulator control allows for voting on regulator state between multiple processors within the SoC. config REGULATOR_STUB tristate "Stub Regulator" help Loading drivers/regulator/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,7 @@ obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o obj-$(CONFIG_REGULATOR_RPMH) += rpmh-regulator.o obj-$(CONFIG_REGULATOR_STUB) += stub-regulator.o ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG Loading
drivers/regulator/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -1088,6 +1088,15 @@ config REGULATOR_WM8994 This driver provides support for the voltage regulators on the WM8994 CODEC. config REGULATOR_RPMH tristate "Qualcomm Technologies, Inc. Legacy RPMh regulator driver" depends on QCOM_RPMH help This driver supports control of PMIC regulators via the RPMh hardware block found on Qualcomm Technologies Inc. SoCs. RPMh regulator control allows for voting on regulator state between multiple processors within the SoC. config REGULATOR_STUB tristate "Stub Regulator" help Loading
drivers/regulator/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,7 @@ obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o obj-$(CONFIG_REGULATOR_RPMH) += rpmh-regulator.o obj-$(CONFIG_REGULATOR_STUB) += stub-regulator.o ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG