diff mbox series

[v1,1/5] cache: ccache: allow building for PolarFire

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

Checks

Context Check Description
conchuod/vmtest-for-next-PR fail PR summary
conchuod/patch-1-test-1 success .github/scripts/patches/tests/build_rv32_defconfig.sh
conchuod/patch-1-test-2 success .github/scripts/patches/tests/build_rv64_clang_allmodconfig.sh
conchuod/patch-1-test-3 success .github/scripts/patches/tests/build_rv64_gcc_allmodconfig.sh
conchuod/patch-1-test-4 success .github/scripts/patches/tests/build_rv64_nommu_k210_defconfig.sh
conchuod/patch-1-test-5 success .github/scripts/patches/tests/build_rv64_nommu_virt_defconfig.sh
conchuod/patch-1-test-6 success .github/scripts/patches/tests/checkpatch.sh
conchuod/patch-1-test-7 success .github/scripts/patches/tests/dtb_warn_rv64.sh
conchuod/patch-1-test-8 success .github/scripts/patches/tests/header_inline.sh
conchuod/patch-1-test-9 success .github/scripts/patches/tests/kdoc.sh
conchuod/patch-1-test-10 success .github/scripts/patches/tests/module_param.sh
conchuod/patch-1-test-11 success .github/scripts/patches/tests/verify_fixes.sh
conchuod/patch-1-test-12 success .github/scripts/patches/tests/verify_signedoff.sh

Commit Message

Conor Dooley June 10, 2024, 11:09 a.m. UTC
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(-)

Comments

Emil Renner Berthing June 12, 2024, 9:23 a.m. UTC | #1
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 mbox series

Patch

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.