mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
coresight: add coresight_core
Signed-off-by: liaoao <liaoao@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user