arm64: defconfig: Enable hung task enhancement for blair

Enable CONFIG_QCOM_HUNG_TASK_ENH to support hung task
enhancement for blair, also add hung_task_enh module
to blair.bzl to match build output.

Change-Id: Ieb06fa401a6e48d77a758f7950f916e81c303cc6
Signed-off-by: Song Xue <quic_songxue@quicinc.com>
This commit is contained in:
Song Xue 2023-07-03 11:31:44 +08:00
parent 86e5fa1cc0
commit 5ba6b6a575
2 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ CONFIG_QCOM_FORCE_WDOG_BITE_ON_PANIC=y
CONFIG_QCOM_GDSC_REGULATOR=m
CONFIG_QCOM_GLINK=m
CONFIG_QCOM_GLINK_PKT=m
CONFIG_QCOM_HUNG_TASK_ENH=m
CONFIG_QCOM_IOMMU_DEBUG=m
CONFIG_QCOM_IOMMU_UTIL=m
# CONFIG_QCOM_IPA is not set

View File

@ -120,6 +120,7 @@ def define_blair():
"drivers/soc/qcom/dcvs/qcom-pmu-lib.ko",
"drivers/soc/qcom/eud.ko",
"drivers/soc/qcom/glink_probe.ko",
"drivers/soc/qcom/hung_task_enh.ko",
"drivers/soc/qcom/mdt_loader.ko",
"drivers/soc/qcom/mem-hooks.ko",
"drivers/soc/qcom/mem-offline.ko",