summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kho/x86.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/kho/x86.conf')
-rw-r--r--tools/testing/selftests/kho/x86.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/kho/x86.conf b/tools/testing/selftests/kho/x86.conf
new file mode 100644
index 000000000000..b419e610ca22
--- /dev/null
+++ b/tools/testing/selftests/kho/x86.conf
@@ -0,0 +1,7 @@
+QEMU_CMD=qemu-system-x86_64
+QEMU_KCONFIG="
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+"
+KERNEL_IMAGE="bzImage"
+KERNEL_CMDLINE="console=ttyS0"