summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/wireguard/qemu/arch/riscv32.config
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2024-03-05 21:37:06 +0300
committerConor Dooley <conor.dooley@microchip.com>2024-04-10 13:37:50 +0300
commit1553a1c48281243359a9529a10ddb551f3b967ab (patch)
tree370a3e35c314d8abb289a9c6b0b2f1c572bb9524 /tools/testing/selftests/wireguard/qemu/arch/riscv32.config
parentd2a351e637794e3511ea35ef8109768c6efd89b4 (diff)
downloadlinux-1553a1c48281243359a9529a10ddb551f3b967ab.tar.xz
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 'tools/testing/selftests/wireguard/qemu/arch/riscv32.config')
-rw-r--r--tools/testing/selftests/wireguard/qemu/arch/riscv32.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/wireguard/qemu/arch/riscv32.config b/tools/testing/selftests/wireguard/qemu/arch/riscv32.config
index a7f8e8a95625..66290cf289a9 100644
--- a/tools/testing/selftests/wireguard/qemu/arch/riscv32.config
+++ b/tools/testing/selftests/wireguard/qemu/arch/riscv32.config
@@ -2,7 +2,7 @@ CONFIG_NONPORTABLE=y
CONFIG_ARCH_RV32I=y
CONFIG_MMU=y
CONFIG_FPU=y
-CONFIG_SOC_VIRT=y
+CONFIG_ARCH_VIRT=y
CONFIG_RISCV_ISA_FALLBACK=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y