[PATCH v1 1/5] cache: ccache: allow building for PolarFire
Emil Renner Berthing
emil.renner.berthing at canonical.com
Wed Jun 12 02:23:08 PDT 2024
Conor Dooley wrote:
> 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>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing at canonical.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
>
>
> _______________________________________________
> linux-riscv mailing list
> linux-riscv at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv
More information about the linux-riscv
mailing list