Add LMEM cache driver implementing instruction cache ops. Wire driver into cache Kconfig menu and CMake build. Enables I-cache control on SoCs with NXP LMEM controller. Signed-off-by: Holt Sun <holt.sun@nxp.com>
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
# Copyright 2025 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CACHE_NXP_LMEM_CACHE
|
|
bool "NXP LMEM cache driver"
|
|
default y
|
|
select CACHE_HAS_DRIVER
|
|
depends on HAS_MCUX_LMEM_CACHE
|
|
help
|
|
This option enables the LMEM cache driver for NXP SOCs.
|