Skip to content

Commit abc91aa

Browse files
committed
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>
1 parent 78a03b9 commit abc91aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/sifive/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22

3-
if SOC_SIFIVE || SOC_STARFIVE
3+
if ARCH_SIFIVE || ARCH_STARFIVE
44

55
config SIFIVE_CCACHE
66
bool "Sifive Composable Cache controller"

0 commit comments

Comments
 (0)