aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/arch/m68k.config
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-29 07:08:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-02 03:41:49 +0200
commit8451e85a596dbd8f9f961f49a3e7ee09ac82aa10 (patch)
treebbcbc1906df163500d4eff179241482f0130d46f /src/tests/qemu/arch/m68k.config
parentcrypto: add missing static keyword to fpu init functions (diff)
downloadwireguard-linux-compat-8451e85a596dbd8f9f961f49a3e7ee09ac82aa10.tar.xz
wireguard-linux-compat-8451e85a596dbd8f9f961f49a3e7ee09ac82aa10.zip
qemu: support m68k
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/qemu/arch/m68k.config')
-rw-r--r--src/tests/qemu/arch/m68k.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tests/qemu/arch/m68k.config b/src/tests/qemu/arch/m68k.config
new file mode 100644
index 0000000..07f6041
--- /dev/null
+++ b/src/tests/qemu/arch/m68k.config
@@ -0,0 +1,8 @@
+CONFIG_MMU=y
+CONFIG_M68040=y
+CONFIG_MAC=y
+CONFIG_SERIAL_PMACZILOG=y
+CONFIG_SERIAL_PMACZILOG_TTYS=y
+CONFIG_SERIAL_PMACZILOG_CONSOLE=y
+CONFIG_CMDLINE_BOOL=y
+CONFIG_CMDLINE="console=ttyS0 wg.success=ttyS1"