Files
zephyr/drivers/cache/Kconfig.nxp_syscon_lpcac
Holt Sun b403bb5c66 drivers: cache: add NXP SYSCON LPCAC cache driver
add cache driver for NXP SYSCON LPCAC controller,
this driver provides instruction cache management
with enable/disable and invalidation support.

Signed-off-by: Holt Sun <holt.sun@nxp.com>
2025-12-03 15:37:50 -05:00

11 lines
293 B
Plaintext

# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0
config CACHE_NXP_SYSCON_LPCAC
bool "NXP external cache driver for NXP syscon lpcac controller"
default y
select CACHE_HAS_DRIVER
depends on HAS_MCUX_SYSCON_LPCAC
help
This option enables the syscon lpcac driver for NXP SoCs.