summaryrefslogtreecommitdiffstats
path: root/drivers/soc/sifive/Kconfig
blob: ed4c571f8771b355f76e079185f38c312b25907a (plain)
1
2
3
4
5
6
7
8
9
10
# 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