zephyr/drivers/cache/Kconfig.nxp_xcache
Mahesh Mahadevan c14f55b530 drivers: cache: Cache driver for NXP XCACHE controller
Some NXP SoC's have External cache that is managed by
the XCACHE cache controller.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2025-01-15 22:57:41 +01:00

10 lines
266 B
Text

# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0
config CACHE_NXP_XCACHE
bool "NXP external cache driver for xcache controller"
default y
select CACHE_HAS_DRIVER
depends on HAS_MCUX_XCACHE
help
This option enables the XCACHE driver for NXP SOC's.