mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
soc: sifive: replace SOC_FOO with ARCH_FOO
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>
This commit is contained in:
parent
78a03b9f8e
commit
abc91aaa19
|
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
if SOC_SIFIVE || SOC_STARFIVE
|
||||
if ARCH_SIFIVE || ARCH_STARFIVE
|
||||
|
||||
config SIFIVE_CCACHE
|
||||
bool "Sifive Composable Cache controller"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user