Skip to content

Commit 2423312

Browse files
nordic-krchfabiobaltieri
authored andcommitted
drivers: misc: coresight: nrf_etr: Imply UART asynchronous API
Asynchronous API is recommended to be used by ETR buffer handler but polling is also supported. Imply UART_ASYNC_API so that it is possible to disable it in project config and fall back to polling if needed. For example to reduce memory footprint. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent c6f4e71 commit 2423312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/coresight/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config NRF_ETR
77
bool "Coresight ETR handler (with Nordic TBM)"
88
depends on $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TBM))
99
select NRFX_TBM
10+
imply UART_ASYNC_API
1011
default y
1112
help
1213
Module handles data stored in the ETR circular buffer (e.g. STM logging

0 commit comments

Comments
 (0)