arch: support nocache for Cortex-R52

Config NOCACHE_MEMORY depend on ARCH_HAS_NOCACHE_MEMORY_SUPPORT. Enable
ARCH_HAS_NOCACHE_MEMORY_SUPPORT for Cortex-R52 to run NXP S32Z/E with
nocache attibute.

Enable nocache in each driver use it.

Signed-off-by: Duong Vu Nam <duong.vunam@nxp.com>
This commit is contained in:
Duong Vu Nam 2022-11-23 18:03:31 +07:00 committed by Carles Cufí
commit b24f4625f0
6 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,7 @@ config NXP_S32_SPI
bool "NXP S32 SPI driver"
default y
depends on DT_HAS_NXP_S32_SPI_ENABLED
select NOCACHE_MEMORY
help
Enable support for NXP S32 SPI driver.