summaryrefslogtreecommitdiff
path: root/include/configs/qemu-x86.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-12 13:33:06 (GMT)
committerSimon Glass <sjg@chromium.org>2015-11-20 03:13:42 (GMT)
commitb6ff6ce60cd294af3678606eb51fdc2fe6b752bb (patch)
treee0aa22e9605d624e67c1c7356cdc15306a19ca01 /include/configs/qemu-x86.h
parent60fe101873dbc84a8ffd5b3fc13143af8b540521 (diff)
downloadu-boot-b6ff6ce60cd294af3678606eb51fdc2fe6b752bb.tar.xz
x86: qemu: Convert to use driver model keyboard
Convert to use driver model keyboard on QEMU. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/qemu-x86.h')
-rw-r--r--include/configs/qemu-x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h
index e3e1237..e3445dd 100644
--- a/include/configs/qemu-x86.h
+++ b/include/configs/qemu-x86.h
@@ -19,7 +19,7 @@
#define CONFIG_PCI_PNP
-#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,vga\0" \
+#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \
"stdout=serial,vga\0" \
"stderr=serial,vga\0"