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:
parent
7fc20ec0bc
commit
b24f4625f0
6 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue