arm64: defconfig: Enable boot log dump for blair

Enable CONFIG_QCOM_LOGBUF_BOOTLOG to support boot log dump
for blair, also add qcom_logbuf_boot_log module to blair.bzl
to match build output.

Change-Id: I52b8732b8fcf338a827c668b93a8139839953615
Signed-off-by: Song Xue <quic_songxue@quicinc.com>
This commit is contained in:
Song Xue 2023-08-03 16:23:47 +08:00
parent df50aff64b
commit e32ff08f05
2 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@ CONFIG_QCOM_IOMMU_UTIL=m
CONFIG_QCOM_IPCC=m
CONFIG_QCOM_LAZY_MAPPING=m
CONFIG_QCOM_LLCC_PMU=m
CONFIG_QCOM_LOGBUF_BOOTLOG=m
CONFIG_QCOM_LOGBUF_VENDOR_HOOKS=m
CONFIG_QCOM_MDT_LOADER=m
CONFIG_QCOM_MEMLAT=m

View File

@ -143,6 +143,7 @@ def define_blair():
"drivers/soc/qcom/panel_event_notifier.ko",
"drivers/soc/qcom/pdr_interface.ko",
"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_rpmh.ko",
"drivers/soc/qcom/qcom_soc_wdt.ko",