Kconfig (a1ff5a7d78a036d6c2178ee5acd6ba4946243800) | Kconfig (57e5c814e91577a464484cc4b1a56ff86371a713) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2menu "Cache Drivers" 3 4config AX45MP_L2_CACHE 5 bool "Andes Technology AX45MP L2 Cache controller" 6 depends on RISCV 7 select RISCV_NONSTANDARD_CACHE_OPS 8 help --- 4 unchanged lines hidden (view full) --- 13 depends on ARCH_SIFIVE || ARCH_STARFIVE 14 help 15 Support for the composable cache controller on SiFive platforms. 16 17config STARFIVE_STARLINK_CACHE 18 bool "StarFive StarLink Cache controller" 19 depends on RISCV 20 depends on ARCH_STARFIVE | 1# SPDX-License-Identifier: GPL-2.0 2menu "Cache Drivers" 3 4config AX45MP_L2_CACHE 5 bool "Andes Technology AX45MP L2 Cache controller" 6 depends on RISCV 7 select RISCV_NONSTANDARD_CACHE_OPS 8 help --- 4 unchanged lines hidden (view full) --- 13 depends on ARCH_SIFIVE || ARCH_STARFIVE 14 help 15 Support for the composable cache controller on SiFive platforms. 16 17config STARFIVE_STARLINK_CACHE 18 bool "StarFive StarLink Cache controller" 19 depends on RISCV 20 depends on ARCH_STARFIVE |
21 depends on 64BIT |
|
21 select RISCV_DMA_NONCOHERENT 22 select RISCV_NONSTANDARD_CACHE_OPS 23 help 24 Support for the StarLink cache controller IP from StarFive. 25 26endmenu | 22 select RISCV_DMA_NONCOHERENT 23 select RISCV_NONSTANDARD_CACHE_OPS 24 help 25 Support for the StarLink cache controller IP from StarFive. 26 27endmenu |