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:
parent
40bc7a82b7
commit
584a4d9165
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user