Merge "defconfig: Enable PMIC modules for volcano"

This commit is contained in:
qctecmdr 2024-03-11 08:25:26 -07:00 committed by Gerrit - the friendly Code Review server
commit 16e8176f3a
3 changed files with 7 additions and 0 deletions

View file

@ -7,6 +7,7 @@ CONFIG_ARM_QCOM_CPUFREQ_HW_DEBUG=m
CONFIG_ARM_SMMU=m
CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT=y
CONFIG_ARM_SMMU_QCOM=m
CONFIG_BACKLIGHT_QCOM_SPMI_WLED=m
CONFIG_CFG80211=m
# CONFIG_CFG80211_CRDA_SUPPORT is not set
# CONFIG_CHARGER_QCOM_SMBB is not set
@ -274,7 +275,9 @@ CONFIG_REGMAP_QTI_DEBUGFS=m
CONFIG_REGULATOR_DEBUG_CONTROL=m
CONFIG_REGULATOR_PROXY_CONSUMER=m
# CONFIG_REGULATOR_PROXY_CONSUMER_LEGACY is not set
CONFIG_REGULATOR_QCOM_PM8008=m
CONFIG_REGULATOR_QPNP_AMOLED=m
CONFIG_REGULATOR_QPNP_LCDB=m
CONFIG_REGULATOR_QTI_FIXED_VOLTAGE=m
CONFIG_REGULATOR_QTI_OCP_NOTIFIER=m
CONFIG_REGULATOR_RPMH=m

View file

@ -44,6 +44,7 @@ gcc-pineapple.ko
gcc-volcano.ko
videocc-pineapple.ko
debug-regulator.ko
qcom-i2c-pmic.ko
proxy-consumer.ko
rpmh-regulator.ko
camcc-cliffs.ko

View file

@ -124,7 +124,9 @@ def define_pineapple():
"drivers/pwm/pwm-qti-lpg.ko",
"drivers/regulator/debug-regulator.ko",
"drivers/regulator/proxy-consumer.ko",
"drivers/regulator/qcom_pm8008-regulator.ko",
"drivers/regulator/qpnp-amoled-regulator.ko",
"drivers/regulator/qpnp-lcdb-regulator.ko",
"drivers/regulator/qti-fixed-regulator.ko",
"drivers/regulator/qti-ocp-notifier.ko",
"drivers/regulator/rpmh-regulator.ko",
@ -261,6 +263,7 @@ def define_pineapple():
"drivers/usb/repeater/repeater.ko",
"drivers/usb/repeater/repeater-qti-pmic-eusb2.ko",
"drivers/usb/typec/ucsi/ucsi_glink.ko",
"drivers/video/backlight/qcom-spmi-wled.ko",
"drivers/virt/gunyah/gh_ctrl.ko",
"drivers/virt/gunyah/gh_dbl.ko",
"drivers/virt/gunyah/gh_irq_lend.ko",