Message ID | 20240610-mocker-ankle-d3ee407bb352@wendy (mailing list archive) |
---|---|
State | Changes Requested, archived |
Delegated to: | Conor Dooley |
Headers | show |
Series | PolarFire SoC Icicle Reference Design PCIe ?support?/fixes | expand |
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@microchip.com> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@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@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv
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.
There's a ccache on PolarFire SoC, so don't limit it to SIFIVE/STARFIVE SoCs only. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> --- drivers/cache/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)