aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-11 01:04:07 -0800
committerJason A. Donenfeld <Jason@zx2c4.com>2019-01-23 14:29:44 +0100
commitad76a72c9519f5177336b5265d65435a6491962e (patch)
tree427b4bc92d491776a571cbbda239ec6e633e457b /src/tests
parentqemu: version bump to bash 5.0 (diff)
downloadwireguard-monolithic-historical-ad76a72c9519f5177336b5265d65435a6491962e.tar.xz
wireguard-monolithic-historical-ad76a72c9519f5177336b5265d65435a6491962e.zip
qemu: enable FP on MIPS
This is a change for Linux 5.0.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/qemu/arch/mips.config1
-rw-r--r--src/tests/qemu/arch/mips64.config1
-rw-r--r--src/tests/qemu/arch/mips64el.config1
-rw-r--r--src/tests/qemu/arch/mipsel.config1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/qemu/arch/mips.config b/src/tests/qemu/arch/mips.config
index f8c7a7f..de0e353 100644
--- a/src/tests/qemu/arch/mips.config
+++ b/src/tests/qemu/arch/mips.config
@@ -1,6 +1,7 @@
CONFIG_CPU_MIPS32_R2=y
CONFIG_MIPS_MALTA=y
CONFIG_MIPS_CPS=y
+CONFIG_MIPS_FP_SUPPORT=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y
CONFIG_SERIAL_8250=y
diff --git a/src/tests/qemu/arch/mips64.config b/src/tests/qemu/arch/mips64.config
index 2b6a5e0..9f0e45b 100644
--- a/src/tests/qemu/arch/mips64.config
+++ b/src/tests/qemu/arch/mips64.config
@@ -4,6 +4,7 @@ CONFIG_MIPS32_N32=y
CONFIG_CPU_HAS_MSA=y
CONFIG_MIPS_MALTA=y
CONFIG_MIPS_CPS=y
+CONFIG_MIPS_FP_SUPPORT=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y
CONFIG_SERIAL_8250=y
diff --git a/src/tests/qemu/arch/mips64el.config b/src/tests/qemu/arch/mips64el.config
index 5b7ef76..651a5e6 100644
--- a/src/tests/qemu/arch/mips64el.config
+++ b/src/tests/qemu/arch/mips64el.config
@@ -5,6 +5,7 @@ CONFIG_CPU_HAS_MSA=y
CONFIG_MIPS_MALTA=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_MIPS_CPS=y
+CONFIG_MIPS_FP_SUPPORT=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y
CONFIG_SERIAL_8250=y
diff --git a/src/tests/qemu/arch/mipsel.config b/src/tests/qemu/arch/mipsel.config
index 4759a65..3057456 100644
--- a/src/tests/qemu/arch/mipsel.config
+++ b/src/tests/qemu/arch/mipsel.config
@@ -2,6 +2,7 @@ CONFIG_CPU_MIPS32_R2=y
CONFIG_MIPS_MALTA=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_MIPS_CPS=y
+CONFIG_MIPS_FP_SUPPORT=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y
CONFIG_SERIAL_8250=y