blob: 9345ce4976d76d7d56b39c373e1d5bf8a374c1a5 [file] [log] [blame]
Lad Prabhakard34599b2023-08-18 14:57:22 +01001# SPDX-License-Identifier: GPL-2.0
2menu "Cache Drivers"
3
4config AX45MP_L2_CACHE
5 bool "Andes Technology AX45MP L2 Cache controller"
Christoph Hellwigfd962782023-10-18 07:26:52 +02006 depends on RISCV
Lad Prabhakard34599b2023-08-18 14:57:22 +01007 select RISCV_NONSTANDARD_CACHE_OPS
8 help
9 Support for the L2 cache controller on Andes Technology AX45MP platforms.
10
Conor Dooley971f1282023-10-12 10:22:09 +010011config SIFIVE_CCACHE
12 bool "Sifive Composable Cache controller"
13 depends on ARCH_SIFIVE || ARCH_STARFIVE
14 help
15 Support for the composable cache controller on SiFive platforms.
16
Lad Prabhakard34599b2023-08-18 14:57:22 +010017endmenu