diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2024-03-05 21:37:05 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2024-04-10 13:35:34 +0300 |
commit | d2a351e637794e3511ea35ef8109768c6efd89b4 (patch) | |
tree | 91f605eb90787158cfe4d30fd3588f34e45d7af1 /arch/riscv/configs | |
parent | 37c09ed41925492667baa0586dc1c5de2a50ba90 (diff) | |
download | linux-d2a351e637794e3511ea35ef8109768c6efd89b4.tar.xz |
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>
Diffstat (limited to 'arch/riscv/configs')
-rw-r--r-- | arch/riscv/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 936015d9288e..8f2bec476af2 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -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 |