aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/arch
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
commit6f95ecfc8669e3034ba0fad65967d821d884900b (patch)
tree8456c8fbc01e20a5159738d868a62904d8bc838e /src/tests/qemu/arch
parentcrypto: add missing static keyword to fpu init functions (diff)
downloadwireguard-monolithic-historical-6f95ecfc8669e3034ba0fad65967d821d884900b.tar.xz
wireguard-monolithic-historical-6f95ecfc8669e3034ba0fad65967d821d884900b.zip
qemu: support m68k
Diffstat (limited to 'src/tests/qemu/arch')
-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"