diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2023-10-12 11:22:09 +0200 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-11-22 12:49:25 +0100 |
commit | 971f128bb2d9314203d365b7f163a5c35167bb6b (patch) | |
tree | 02621c55ef75335d80a5c7d75bd8aaefb5e8238b /drivers/cache/Kconfig | |
parent | Linux 6.7-rc1 (diff) | |
download | linux-971f128bb2d9314203d365b7f163a5c35167bb6b.tar.xz linux-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/Kconfig | 6 |
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 |