brintos

brintos / linux-shallow public Read only

0
0
Text · 730 B · db51386 Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.02menu "Cache Drivers"3 4config AX45MP_L2_CACHE5	bool "Andes Technology AX45MP L2 Cache controller"6	depends on RISCV7	select RISCV_NONSTANDARD_CACHE_OPS8	help9	  Support for the L2 cache controller on Andes Technology AX45MP platforms.10 11config SIFIVE_CCACHE12	bool "Sifive Composable Cache controller"13	depends on ARCH_SIFIVE || ARCH_STARFIVE14	help15	  Support for the composable cache controller on SiFive platforms.16 17config STARFIVE_STARLINK_CACHE18	bool "StarFive StarLink Cache controller"19	depends on RISCV20	depends on ARCH_STARFIVE21	depends on 64BIT22	select RISCV_DMA_NONCOHERENT23	select RISCV_NONSTANDARD_CACHE_OPS24	help25	  Support for the StarLink cache controller IP from StarFive.26 27endmenu28