xref: /openbmc/linux/drivers/soc/sifive/Kconfig (revision 2fa5ebe3bc4e31e07a99196455498472417842f2)
1# SPDX-License-Identifier: GPL-2.0
2
3if SOC_SIFIVE || SOC_STARFIVE
4
5config SIFIVE_CCACHE
6	bool "Sifive Composable Cache controller"
7	help
8	  Support for the composable cache controller on SiFive platforms.
9
10endif
11