Introduce Bouffalo Lab L1C cache management functions This allows invalidating instructions and data on BL60x and BL70x Signed-off-by: Camille BAUD <mail@massdriver.space>
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
# Copyright (c) 2025 MASSDRIVER EI <massdriver.space>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CACHE_BFLB_L1C
|
|
bool "Bouffalolab L1C cache system driver"
|
|
default y
|
|
select CACHE_HAS_DRIVER
|
|
depends on DT_HAS_BFLB_L1C_ENABLED
|
|
help
|
|
This option enables the cache driver for the Bouffalolab L1C cache system
|