summaryrefslogtreecommitdiffstats
path: root/drivers/cache/Kconfig
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2023-10-12 10:22:09 +0100
committerConor Dooley <conor.dooley@microchip.com>2023-11-22 11:49:25 +0000
commit971f128bb2d9314203d365b7f163a5c35167bb6b (patch)
tree02621c55ef75335d80a5c7d75bd8aaefb5e8238b /drivers/cache/Kconfig
parentb85ea95d086471afb4ad062012a4d73cd328fa86 (diff)
downloadlinux-stable-971f128bb2d9314203d365b7f163a5c35167bb6b.tar.gz
linux-stable-971f128bb2d9314203d365b7f163a5c35167bb6b.tar.bz2
linux-stable-971f128bb2d9314203d365b7f163a5c35167bb6b.zip
soc: sifive: shunt ccache driver to drivers/cache
Move the ccache driver over to drivers/cache, out of the drivers/soc dumping ground, to this new collection point for cache controller drivers. Reviewed-by: Samuel Holland <samuel.holland@sifive.com> Tested-by: Samuel Holland <samuel.holland@sifive.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'drivers/cache/Kconfig')
-rw-r--r--drivers/cache/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/cache/Kconfig b/drivers/cache/Kconfig
index d6e5e3abaad8..9345ce4976d7 100644
--- a/drivers/cache/Kconfig
+++ b/drivers/cache/Kconfig
@@ -8,4 +8,10 @@ config AX45MP_L2_CACHE
help
Support for the L2 cache controller on Andes Technology AX45MP platforms.
+config SIFIVE_CCACHE
+ bool "Sifive Composable Cache controller"
+ depends on ARCH_SIFIVE || ARCH_STARFIVE
+ help
+ Support for the composable cache controller on SiFive platforms.
+
endmenu