There's a ccache on PolarFire SoC, so don't limit it to SIFIVE/STARFIVE SoCs only. Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> --- drivers/cache/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cache/Kconfig b/drivers/cache/Kconfig index 9345ce4976d76..b2d525e540212 100644 --- a/drivers/cache/Kconfig +++ b/drivers/cache/Kconfig @@ -10,7 +10,7 @@ config AX45MP_L2_CACHE config SIFIVE_CCACHE bool "Sifive Composable Cache controller" - depends on ARCH_SIFIVE || ARCH_STARFIVE + depends on ARCH_MICROCHIP || ARCH_SIFIVE || ARCH_STARFIVE help Support for the composable cache controller on SiFive platforms. -- 2.43.2