1# Copyright 2025 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config CACHE_NXP_LMEM_CACHE
5	bool "NXP LMEM cache driver"
6	default y
7	select CACHE_HAS_DRIVER
8	depends on HAS_MCUX_LMEM_CACHE
9	help
10	  This option enables the LMEM cache driver for NXP SOCs.
11