Skip to content

Commit d2a351e

Browse files
committed
RISC-V: drop SOC_SIFIVE for ARCH_SIFIVE
All the users in the kernel are gone and generated .config files from previous LTS kernels will contain ARCH_SIFIVE. Drop SOC_SIFIVE and update the defconfig. Reviewed-by: Samuel Holland <samuel.holland@sifive.com> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 37c09ed commit d2a351e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

arch/riscv/Kconfig.socs

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ config ARCH_RENESAS
1414
This enables support for the RISC-V based Renesas SoCs.
1515

1616
config ARCH_SIFIVE
17-
def_bool SOC_SIFIVE
18-
19-
config SOC_SIFIVE
2017
bool "SiFive SoCs"
2118
select ERRATA_SIFIVE if !XIP_KERNEL
2219
help

arch/riscv/configs/defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CONFIG_EXPERT=y
2727
CONFIG_PROFILING=y
2828
CONFIG_ARCH_MICROCHIP=y
2929
CONFIG_ARCH_RENESAS=y
30-
CONFIG_SOC_SIFIVE=y
30+
CONFIG_ARCH_SIFIVE=y
3131
CONFIG_ARCH_SOPHGO=y
3232
CONFIG_SOC_STARFIVE=y
3333
CONFIG_ARCH_SUNXI=y

0 commit comments

Comments
 (0)