arm64: defconfig: Enable pinctrl for neo platform

Enable TLMM pinctrl driver for neo platform in GKI build.

Change-Id: I5e9a2427e7ab96e7a56da6c0f8fbe80796d8b1d1
Signed-off-by: Asit Shah <quic_asitshah@quicinc.com>
This commit is contained in:
Asit Shah 2024-07-17 11:23:16 +05:30
parent e5676bf12c
commit 247d81e484
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ CONFIG_MSM_PERFORMANCE=m
CONFIG_MSM_SYSSTATS=m
CONFIG_PDR_INDICATION_NOTIF_TIMEOUT=9000
CONFIG_PINCTRL_MSM=m
CONFIG_PINCTRL_NEO=m
CONFIG_POWER_RESET_QCOM_DOWNLOAD_MODE=m
CONFIG_POWER_RESET_QCOM_DOWNLOAD_MODE_DEFAULT=y
CONFIG_POWER_RESET_QCOM_REBOOT_REASON=m

View File

@ -20,6 +20,7 @@ def define_neo_la():
"drivers/irqchip/msm_show_resume_irq.ko",
"drivers/perf/qcom_llcc_pmu.ko",
"drivers/pinctrl/qcom/pinctrl-msm.ko",
"drivers/pinctrl/qcom/pinctrl-neo.ko",
"drivers/power/reset/qcom-dload-mode.ko",
"drivers/power/reset/qcom-reboot-reason.ko",
"drivers/soc/qcom/boot_stats.ko",