zephyr/tests/drivers/uart/uart_async_api/Kconfig
Abderrahmane Jarmouni fdb3457058 tests: drivers: uart: async_api: support DCache with nocache memory
Add support for running tests with DCache enabled & put DMA buffers
in a nocache memory region to avoid coherency issues.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
2024-05-13 16:09:20 -04:00

22 lines
406 B
Plaintext

# Copyright (c) 2024 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0
mainmenu "UART Async Test"
source "Kconfig.zephyr"
if DCACHE
config DT_DEFINED_NOCACHE
bool "Enable this if a nocache region is defined in devicetree"
if DT_DEFINED_NOCACHE
config DT_DEFINED_NOCACHE_NAME
string "Name of the nocache region defined in devicetree (uppercase)"
endif # DT_DEFINED_NOCACHE
endif # DCACHE