Files
zephyr/drivers/cache/Kconfig.nxp_lmem_cache
Holt Sun e179f48a8c drivers: cache: add NXP LMEM cache driver
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>
2025-12-03 11:41:13 +01:00

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.