summaryrefslogtreecommitdiffstats
path: root/drivers/soc/sifive/Kconfig
blob: e86870be34c9562d861587263e5546cf1ebae138 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0

if SOC_SIFIVE || SOC_STARFIVE

config SIFIVE_CCACHE
	bool "Sifive Composable Cache controller"
	help
	  Support for the composable cache controller on SiFive platforms.

endif