abc91aaa19
As part of unifiying what RISC-V calls microarch symbols to use ARCH_, replace users of the SOC_ forms. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
if ARCH_SIFIVE || ARCH_STARFIVE
|
|
|
|
config SIFIVE_CCACHE
|
|
bool "Sifive Composable Cache controller"
|
|
help
|
|
Support for the composable cache controller on SiFive platforms.
|
|
|
|
endif
|