coresight: add coresight_core

Signed-off-by: liaoao <liaoao@xiaomi.com>
This commit is contained in:
liaoao
2023-09-15 19:33:41 +08:00
committed by Xiang Xiao
parent 512a496467
commit 24050ba59f
9 changed files with 1055 additions and 0 deletions
+33
View File
@@ -2284,6 +2284,39 @@ config DEBUG_RPMSG_INFO
Enable RPMSG driver informational output to SYSLOG.
endif # DEBUG_RPMSG
config DEBUG_CORESIGHT
bool "Coresight Debug Features"
default n
depends on CORESIGHT
---help---
Enable coresight debug features.
if DEBUG_CORESIGHT
config DEBUG_CORESIGHT_ERROR
bool "Coresight Error Output"
default n
depends on DEBUG_ERROR
---help---
Enable coresight driver error output to SYSLOG.
config DEBUG_CORESIGHT_WARN
bool "Coresight Warnings Output"
default n
depends on DEBUG_WARN
---help---
Enable coresight warning output to SYSLOG.
config DEBUG_CORESIGHT_INFO
bool "Coresight Informational Output"
default n
depends on DEBUG_INFO
---help---
Enable coresight driver informational output to SYSLOG.
endif # DEBUG_CORESIGHT
endif # DEBUG_FEATURES
config ARCH_HAVE_STACKCHECK