arm64: defconfig: Enable System Health Monitor for pineapple

Enable CONFIG_MSM_SYSTEM_HEALTH_MONITOR to enable System Health
Monitor feature for pineapple, also add health_monitor module to
pineapple.bzl to match build output.

Change-Id: Iacd06ff7b4f7d4182aceba6c594fb9486272edf5
Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
This commit is contained in:
Huang Yiwei 2023-03-17 11:17:08 +08:00
parent de48c4ec5e
commit fb402f4f61
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ CONFIG_MSM_QMP=m
CONFIG_MSM_RDBG=m
CONFIG_MSM_SYSSTATS=m
CONFIG_MSM_SYSSTATS_STUB_NONEXPORTED_SYMBOLS=y
CONFIG_MSM_SYSTEM_HEALTH_MONITOR=m
CONFIG_MSM_TMECOM_QMP=m
# CONFIG_NITRO_ENCLAVES is not set
CONFIG_NOP_USB_XCEIV=m

View File

@ -148,6 +148,7 @@ def define_pineapple():
"drivers/soc/qcom/eud.ko",
"drivers/soc/qcom/gh_tlmm_vm_mem_access.ko",
"drivers/soc/qcom/glink_probe.ko",
"drivers/soc/qcom/health_monitor.ko",
"drivers/soc/qcom/hung_task_enh.ko",
"drivers/soc/qcom/hwkm.ko",
"drivers/soc/qcom/llcc-qcom.ko",