11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
if SOC_SIFIVE
|
||
|
|
||
|
config SIFIVE_CCACHE
|
||
|
bool "Sifive Composable Cache controller"
|
||
|
help
|
||
|
Support for the composable cache controller on SiFive platforms.
|
||
|
|
||
|
endif
|