arm64: defconfig: Enable ramdump support for Blair

Enable the QCOM Ramdump driver on Blair platforms.

Change-Id: I3930e80f5fef3d505cd2a53f619fde89b0191c3f
Signed-off-by: Song Xue <quic_songxue@quicinc.com>
This commit is contained in:
Song Xue 2023-08-25 11:37:30 +08:00
parent bd7da87cc2
commit 6e3e725c03
2 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@ CONFIG_QCOM_Q6V5_COMMON=m
CONFIG_QCOM_Q6V5_PAS=m
CONFIG_QCOM_QFPROM_SYS=m
CONFIG_QCOM_QMI_HELPERS=m
CONFIG_QCOM_RAMDUMP=m
CONFIG_QCOM_RPMH=m
CONFIG_QCOM_RPMHPD=m
CONFIG_QCOM_RPROC_BOTH_DUMPS=y

View File

@ -159,6 +159,7 @@ def define_blair():
"drivers/soc/qcom/qcom_cpu_vendor_hooks.ko",
"drivers/soc/qcom/qcom_logbuf_boot_log.ko",
"drivers/soc/qcom/qcom_logbuf_vendor_hooks.ko",
"drivers/soc/qcom/qcom_ramdump.ko",
"drivers/soc/qcom/qcom_rpmh.ko",
"drivers/soc/qcom/qcom_soc_wdt.ko",
"drivers/soc/qcom/qcom_stats.ko",