Some NXP SoC's have External cache that is managed by the XCACHE cache controller. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
10 lines
266 B
Text
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.
|