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 <[email protected]> Acked-by: Palmer Dabbelt <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
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

Lines changed: 0 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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)