Merge "arm64: defconfig: Enable PM6125 & PM6150L Modules for BLAIR"

This commit is contained in:
qctecmdr 2023-06-15 06:24:10 -07:00 committed by Gerrit - the friendly Code Review server
commit 3c7749c238
2 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,7 @@ CONFIG_EDAC_KRYO_ARM64=m
CONFIG_HWSPINLOCK_QCOM=m
CONFIG_I2C_MSM_GENI=m
CONFIG_I3C_MASTER_MSM_GENI=m
CONFIG_INPUT_QPNP_POWER_ON=m
CONFIG_INTERCONNECT_QCOM_BLAIR=m
CONFIG_INTERCONNECT_QCOM_DEBUG=m
CONFIG_INTERCONNECT_QCOM_QOS_RPM=m
@ -21,6 +22,8 @@ CONFIG_IOMMU_IO_PGTABLE_FAST=y
CONFIG_IPA3=m
CONFIG_IPC_LOGGING=m
CONFIG_IPC_LOG_MINIDUMP_BUFFERS=16
CONFIG_LEDS_QPNP_FLASH_V2=m
CONFIG_LEDS_QPNP_VIBRATOR_LDO=m
CONFIG_LEDS_QTI_TRI_LED=m
CONFIG_MEM_SHARE_QMI_SERVICE=m
CONFIG_MFD_I2C_PMIC=m
@ -124,7 +127,9 @@ CONFIG_QTI_BCL_SOC_DRIVER=m
CONFIG_QTI_IOMMU_SUPPORT=m
CONFIG_REGULATOR_DEBUG_CONTROL=m
CONFIG_REGULATOR_PROXY_CONSUMER=m
CONFIG_REGULATOR_QPNP_AMOLED=m
CONFIG_REGULATOR_QTI_FIXED_VOLTAGE=m
CONFIG_REGULATOR_REFGEN=m
CONFIG_REGULATOR_RPM_SMD=m
CONFIG_REGULATOR_STUB=m
CONFIG_RPMSG_QCOM_GLINK=m

View File

@ -29,6 +29,7 @@ def define_blair():
"drivers/i3c/master/i3c-master-msm-geni.ko",
"drivers/iio/adc/qcom-spmi-adc5.ko",
"drivers/iio/adc/qcom-vadc-common.ko",
"drivers/input/misc/qpnp-power-on.ko",
"drivers/input/touchscreen/usbtouchscreen.ko",
"drivers/interconnect/icc-test.ko",
"drivers/interconnect/qcom/icc-debug.ko",
@ -43,6 +44,8 @@ def define_blair():
"drivers/irqchip/irq-qcom-mpm.ko",
"drivers/irqchip/msm_show_resume_irq.ko",
"drivers/irqchip/qcom-mpm.ko",
"drivers/leds/leds-qpnp-flash-v2.ko",
"drivers/leds/leds-qpnp-vibrator-ldo.ko",
"drivers/leds/leds-qti-tri-led.ko",
"drivers/mailbox/msm_qmp.ko",
"drivers/mailbox/qcom-ipcc.ko",
@ -68,7 +71,9 @@ def define_blair():
"drivers/pwm/pwm-qti-lpg.ko",
"drivers/regulator/debug-regulator.ko",
"drivers/regulator/proxy-consumer.ko",
"drivers/regulator/qpnp-amoled-regulator.ko",
"drivers/regulator/qti-fixed-regulator.ko",
"drivers/regulator/refgen.ko",
"drivers/regulator/rpm-smd-regulator.ko",
"drivers/regulator/stub-regulator.ko",
"drivers/remoteproc/qcom_pil_info.ko",