Merge "defconfig: Enable stub regulator for Seraph"

This commit is contained in:
QCTECMDR Service 2024-10-15 08:23:07 -07:00 committed by Gerrit - the friendly Code Review server
commit c5979e217a
3 changed files with 3 additions and 0 deletions

View file

@ -13,3 +13,4 @@ CONFIG_QCOM_RPMH=m
CONFIG_QCOM_SCM=m
CONFIG_QCOM_SMEM=m
CONFIG_QCOM_SOCINFO=m
CONFIG_REGULATOR_STUB=m

View file

@ -12,3 +12,4 @@ clk-qcom.ko
gdsc-regulator.ko
cmd-db.ko
qcom_rpmh.ko
stub-regulator.ko

View file

@ -16,6 +16,7 @@ def define_seraph():
"drivers/irqchip/qcom-pdc.ko",
"drivers/pinctrl/qcom/pinctrl-msm.ko",
"drivers/pinctrl/qcom/pinctrl-seraph.ko",
"drivers/regulator/stub-regulator.ko",
"drivers/soc/qcom/cmd-db.ko",
"drivers/soc/qcom/qcom_rpmh.ko",
"drivers/soc/qcom/smem.ko",