arm64: defconfig: Enable stm heartbeat on pineapple

Enable stm heartbeat function which is to sends periodic heartbeat
messages to trace hosts over STM devices.

Change-Id: I8543c3dc304ec78ceab87d17767a54c5ef901f9e
Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com>
This commit is contained in:
Mao Jinlong 2023-03-14 22:50:19 -07:00 committed by Gerrit - the friendly Code Review server
parent 40bc7a82b7
commit 584a4d9165
2 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,7 @@ CONFIG_STM=m
CONFIG_STM_PROTO_OST=m
CONFIG_STM_SOURCE_CONSOLE=m
CONFIG_STM_SOURCE_FTRACE=m
CONFIG_STM_SOURCE_HEARTBEAT=m
CONFIG_UCSI_QTI_GLINK=m
CONFIG_UIO_MSM_SHAREDMEM=m
CONFIG_USB_CONFIGFS_F_CCID=m

View File

@ -53,6 +53,7 @@ def define_pineapple():
"drivers/hwtracing/coresight/coresight-tpdm.ko",
"drivers/hwtracing/coresight/coresight-trace-noc.ko",
"drivers/hwtracing/stm/stm_console.ko",
"drivers/hwtracing/stm/stm_heartbeat.ko",
"drivers/hwtracing/stm/stm_core.ko",
"drivers/hwtracing/stm/stm_ftrace.ko",
"drivers/hwtracing/stm/stm_p_ost.ko",