soc: nordic: nrf54h: cpuapp: Don't use serial shell when ETR is used

ETR handler (for Coresight STM logging) is using console UART and
can act as the shell backend. When that happens default serial shell
backend shall be disabled (and it is by default enabled if there is
a zephyr,console chosen set.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-10-10 09:43:30 +02:00 committed by Anas Nashif
parent 7ea87f4de9
commit 6253c0678e
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@ config NUM_IRQS
config NRF_REGTOOL_GENERATE_UICR
default y
config SHELL_BACKEND_SERIAL
default n if NRF_ETR_SHELL
endif # SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP