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>
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
# Configuration for NXP S32 external interrupt controller
|
|
|
|
# Copyright 2022 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config NXP_S32_EIRQ
|
|
bool "External interrupt controller driver for NXP S32 MCUs"
|
|
default y
|
|
depends on DT_HAS_NXP_S32_SIUL2_EIRQ_ENABLED
|
|
select NOCACHE_MEMORY
|
|
help
|
|
External interrupt controller driver for NXP S32 MCUs
|