1# Copyright 2025 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config CACHE_NXP_XCACHE
5 bool "NXP external cache driver for xcache controller"
6 default y
7 select CACHE_HAS_DRIVER
8 depends on HAS_MCUX_XCACHE
9 help
10 This option enables the XCACHE driver for NXP SOC's.
11