1# Copyright 2025 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config CACHE_NXP_SYSCON_LPCAC 5 bool "NXP external cache driver for NXP syscon lpcac controller" 6 default y 7 select CACHE_HAS_DRIVER 8 depends on HAS_MCUX_SYSCON_LPCAC 9 help 10 This option enables the syscon lpcac driver for NXP SoCs. 11