Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / cache / Kconfig
blobdb51386c663a6640dad549ce427c02c19d0bd62e
1 # SPDX-License-Identifier: GPL-2.0
2 menu "Cache Drivers"
4 config AX45MP_L2_CACHE
5         bool "Andes Technology AX45MP L2 Cache controller"
6         depends on RISCV
7         select RISCV_NONSTANDARD_CACHE_OPS
8         help
9           Support for the L2 cache controller on Andes Technology AX45MP platforms.
11 config 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.
17 config STARFIVE_STARLINK_CACHE
18         bool "StarFive StarLink Cache controller"
19         depends on RISCV
20         depends on ARCH_STARFIVE
21         depends on 64BIT
22         select RISCV_DMA_NONCOHERENT
23         select RISCV_NONSTANDARD_CACHE_OPS
24         help
25           Support for the StarLink cache controller IP from StarFive.
27 endmenu