1# Copyright (c) 2025 MASSDRIVER EI <massdriver.space> 2# SPDX-License-Identifier: Apache-2.0 3 4config CACHE_BFLB_L1C 5 bool "Bouffalolab L1C cache system driver" 6 default y 7 select CACHE_HAS_DRIVER 8 depends on DT_HAS_BFLB_L1C_ENABLED 9 help 10 This option enables the cache driver for the Bouffalolab L1C cache system 11