Loading drivers/regulator/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -1074,6 +1074,16 @@ config REGULATOR_REFGEN it used by various PHY blocks found inside of the SoC. It supports enable/disable control. config REGULATOR_MSM_GFX_LDO tristate "MSM GFX LDO Regulator" depends on OF help This driver supports the MSM GFX (Graphics) LDO regulator. The GFU core is either powered by an internal MSM LDO or by BHS. Typically the lower voltage corners are powered by LDO and the higher ones by BHS. This driver allows for configuration of the rail between the LDO/BHS as well as the LDO voltage. config REGULATOR_RPMH tristate "Qualcomm Technologies, Inc. Legacy RPMh regulator driver" depends on QCOM_RPMH Loading drivers/regulator/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,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_MEM_ACC) += mem-acc-regulator.o obj-$(CONFIG_REGULATOR_MSM_GFX_LDO) += msm_gfx_ldo.o obj-$(CONFIG_REGULATOR_REFGEN) += refgen.o obj-$(CONFIG_REGULATOR_SPM) += spm-regulator.o obj-$(CONFIG_REGULATOR_RPMH) += rpmh-regulator.o Loading Loading
drivers/regulator/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -1074,6 +1074,16 @@ config REGULATOR_REFGEN it used by various PHY blocks found inside of the SoC. It supports enable/disable control. config REGULATOR_MSM_GFX_LDO tristate "MSM GFX LDO Regulator" depends on OF help This driver supports the MSM GFX (Graphics) LDO regulator. The GFU core is either powered by an internal MSM LDO or by BHS. Typically the lower voltage corners are powered by LDO and the higher ones by BHS. This driver allows for configuration of the rail between the LDO/BHS as well as the LDO voltage. config REGULATOR_RPMH tristate "Qualcomm Technologies, Inc. Legacy RPMh regulator driver" depends on QCOM_RPMH Loading
drivers/regulator/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,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_MEM_ACC) += mem-acc-regulator.o obj-$(CONFIG_REGULATOR_MSM_GFX_LDO) += msm_gfx_ldo.o obj-$(CONFIG_REGULATOR_REFGEN) += refgen.o obj-$(CONFIG_REGULATOR_SPM) += spm-regulator.o obj-$(CONFIG_REGULATOR_RPMH) += rpmh-regulator.o Loading