[PATCH v1 1/5] cache: ccache: allow building for PolarFire
Conor Dooley
conor.dooley at microchip.com
Mon Jun 10 04:09:13 PDT 2024
There's a ccache on PolarFire SoC, so don't limit it to SIFIVE/STARFIVE
SoCs only.
Signed-off-by: Conor Dooley <conor.dooley at microchip.com>
---
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
More information about the linux-riscv
mailing list