arm/cortex-m: itm syslog should select SYSLOG_REGISTER
Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
5582134c04
commit
c328650aa5
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue