summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/wireguard/qemu/arch/riscv32.config
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2024-03-15 01:49:11 +0300
committerPaolo Abeni <pabeni@redhat.com>2024-03-19 13:22:50 +0300
commite995f5dd9a9cef818af32ec60fc38d68614afd12 (patch)
tree05be9f3ef797ddcc7d3ea3672d202650f3b42de6 /tools/testing/selftests/wireguard/qemu/arch/riscv32.config
parent71cbd32e3db82ea4a74e3ef9aeeaa6971969c86f (diff)
downloadlinux-e995f5dd9a9cef818af32ec60fc38d68614afd12.tar.xz
wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}
This option is needed to continue booting with QEMU. Recent changes that made this optional meant that it gets unset in the test harness, and so WireGuard CI has been broken. Fix this by simply setting this option. Cc: stable@vger.kernel.org Fixes: 496ea826d1e1 ("RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"") Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/testing/selftests/wireguard/qemu/arch/riscv32.config')
-rw-r--r--tools/testing/selftests/wireguard/qemu/arch/riscv32.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/wireguard/qemu/arch/riscv32.config b/tools/testing/selftests/wireguard/qemu/arch/riscv32.config
index 2fc36efb166d..a7f8e8a95625 100644
--- a/tools/testing/selftests/wireguard/qemu/arch/riscv32.config
+++ b/tools/testing/selftests/wireguard/qemu/arch/riscv32.config
@@ -3,6 +3,7 @@ CONFIG_ARCH_RV32I=y
CONFIG_MMU=y
CONFIG_FPU=y
CONFIG_SOC_VIRT=y
+CONFIG_RISCV_ISA_FALLBACK=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_OF_PLATFORM=y