Loading drivers/regulator/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -1075,6 +1075,17 @@ config REGULATOR_RPMH control allows for voting on regulator state between multiple processors within the SoC. config REGULATOR_RPM_SMD bool "RPM SMD regulator driver" depends on OF depends on MSM_RPM_SMD help Compile in support for the RPM SMD regulator driver which is used for setting voltages and other parameters of the various power rails supplied by some Qualcomm Technologies Inc. PMICs. The RPM SMD regulator driver should be used on systems which contain an RPM which communicates with the application processor over SMD. config REGULATOR_STUB tristate "Stub Regulator" help Loading drivers/regulator/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o obj-$(CONFIG_REGULATOR_RPM_SMD) += rpm-smd-regulator.o obj-$(CONFIG_REGULATOR_PM8008) += qcom_pm8008-regulator.o obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o obj-$(CONFIG_REGULATOR_QPNP_LABIBB) += qpnp-labibb-regulator.o Loading Loading
drivers/regulator/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -1075,6 +1075,17 @@ config REGULATOR_RPMH control allows for voting on regulator state between multiple processors within the SoC. config REGULATOR_RPM_SMD bool "RPM SMD regulator driver" depends on OF depends on MSM_RPM_SMD help Compile in support for the RPM SMD regulator driver which is used for setting voltages and other parameters of the various power rails supplied by some Qualcomm Technologies Inc. PMICs. The RPM SMD regulator driver should be used on systems which contain an RPM which communicates with the application processor over SMD. config REGULATOR_STUB tristate "Stub Regulator" help Loading
drivers/regulator/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o obj-$(CONFIG_REGULATOR_RPM_SMD) += rpm-smd-regulator.o obj-$(CONFIG_REGULATOR_PM8008) += qcom_pm8008-regulator.o obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o obj-$(CONFIG_REGULATOR_QPNP_LABIBB) += qpnp-labibb-regulator.o Loading