diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2024-03-05 18:37:06 +0000 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2024-04-10 11:37:50 +0100 |
commit | 1553a1c48281243359a9529a10ddb551f3b967ab (patch) | |
tree | 370a3e35c314d8abb289a9c6b0b2f1c572bb9524 /arch/riscv/configs/defconfig | |
parent | d2a351e637794e3511ea35ef8109768c6efd89b4 (diff) |
RISC-V: drop SOC_VIRT for ARCH_VIRT
The ARCH_ and SOC_ versions of this symbol have persisted for quite a
while now in parallel. Generated .config files from previous LTS kernels
should have both. Finally remove SOC_VIRT and update all config files
using it.
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/configs/defconfig')
-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 8f2bec476af2..d485e1de8a78 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -32,7 +32,7 @@ CONFIG_ARCH_SOPHGO=y CONFIG_SOC_STARFIVE=y CONFIG_ARCH_SUNXI=y CONFIG_ARCH_THEAD=y -CONFIG_SOC_VIRT=y +CONFIG_ARCH_VIRT=y CONFIG_SMP=y CONFIG_HOTPLUG_CPU=y CONFIG_PM=y |