]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
RISC-V: drop SOC_SIFIVE for ARCH_SIFIVE
authorConor Dooley <conor.dooley@microchip.com>
Tue, 5 Mar 2024 18:37:05 +0000 (18:37 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Wed, 10 Apr 2024 10:35:34 +0000 (11:35 +0100)
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>
arch/riscv/Kconfig.socs
arch/riscv/configs/defconfig

index 3915985c83e43ae4959be819f0c3d759ed73f9ec..2797412a7ec98ebefbdcbcf172c04e656cb3b6c9 100644 (file)
@@ -14,9 +14,6 @@ config ARCH_RENESAS
          This enables support for the RISC-V based Renesas SoCs.
 
 config ARCH_SIFIVE
-       def_bool SOC_SIFIVE
-
-config SOC_SIFIVE
        bool "SiFive SoCs"
        select ERRATA_SIFIVE if !XIP_KERNEL
        help
index 936015d9288ec7abe21e193e60f314f4c6e4936c..8f2bec476af219ce0126a65d5977b40cdb925199 100644 (file)
@@ -27,7 +27,7 @@ CONFIG_EXPERT=y
 CONFIG_PROFILING=y
 CONFIG_ARCH_MICROCHIP=y
 CONFIG_ARCH_RENESAS=y
-CONFIG_SOC_SIFIVE=y
+CONFIG_ARCH_SIFIVE=y
 CONFIG_ARCH_SOPHGO=y
 CONFIG_SOC_STARFIVE=y
 CONFIG_ARCH_SUNXI=y