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>
11 lines
293 B
Plaintext
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.
|