b24f4625f0
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>
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
# Copyright 2022 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_S32
|
|
bool "NXP S32 GPIO driver"
|
|
default y
|
|
depends on DT_HAS_NXP_S32_GPIO_ENABLED
|
|
select NOCACHE_MEMORY
|
|
help
|
|
Enable the GPIO driver for NXP S32 processors.
|