11 lines
212 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
# SPDX-License-Identifier: GPL-2.0
2026-01-29 22:25:33 +08:00
if SOC_SIFIVE || SOC_STARFIVE
2026-01-21 18:59:54 +08:00
2026-01-29 22:25:33 +08:00
config SIFIVE_CCACHE
bool "Sifive Composable Cache controller"
2026-01-21 18:59:54 +08:00
help
2026-01-29 22:25:33 +08:00
Support for the composable cache controller on SiFive platforms.
2026-01-21 18:59:54 +08:00
endif