mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 08:35:08 +08:00
6635e91648
This adds support for the StarFive JH7110 SoC which also features this SiFive cache controller. Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
if SOC_SIFIVE || SOC_STARFIVE
|
|
|
|
config SIFIVE_CCACHE
|
|
bool "Sifive Composable Cache controller"
|
|
help
|
|
Support for the composable cache controller on SiFive platforms.
|
|
|
|
endif
|