diff options
author | Lee Jones <lee@kernel.org> | 2024-07-04 18:07:21 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-07-04 18:07:21 +0200 |
commit | 04f3893327094fa6b3b4bea64627d4e73518447d (patch) | |
tree | d5332ba4550ebb68f2ee60262fd1a61e789f614e /drivers/regulator/Makefile | |
parent | Merge branch 'ib-mfd-leds-platform-6.11' into ibs-for-mfd-merged (diff) | |
parent | regulator: add pm8008 pmic regulator driver (diff) | |
download | linux-04f3893327094fa6b3b4bea64627d4e73518447d.tar.xz linux-04f3893327094fa6b3b4bea64627d4e73518447d.zip |
Merge branch 'ib-mfd-regulator-pm8008-6.11' into ibs-for-mfd-merged
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 0cce5517c85d..4087765ee5d4 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -113,6 +113,7 @@ obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.o +obj-$(CONFIG_REGULATOR_QCOM_PM8008) += qcom-pm8008-regulator.o obj-$(CONFIG_REGULATOR_QCOM_REFGEN) += qcom-refgen-regulator.o obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o |