arm/cortex-m: itm syslog should select SYSLOG_REGISTER

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an 2024-11-19 13:21:02 +08:00 committed by Xiang Xiao
parent 5582134c04
commit c328650aa5
2 changed files with 2 additions and 0 deletions

View file

@ -128,6 +128,7 @@ config ARMV7M_STACKCHECK_BREAKPOINT
config ARMV7M_ITMSYSLOG
bool "ITM SYSLOG support"
default n
select SYSLOG_REGISTER
---help---
Enable hooks to support ITM syslog output. This requires additional
MCU support in order to be used. See arch/arm/src/armv7-m/itm_syslog.h

View file

@ -127,6 +127,7 @@ config ARMV8M_STACKCHECK_BREAKPOINT
config ARMV8M_ITMSYSLOG
bool "ITM SYSLOG support"
default n
select SYSLOG_REGISTER
---help---
Enable hooks to support ITM syslog output. This requires additional
MCU support in order to be used. See arch/arm/src/armv8-m/itm_syslog.h