diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-01-29 09:22:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-01-29 09:22:36 +0100 |
commit | 5dec2354c10e9a2e04408692c45e6a223ceb62f0 (patch) | |
tree | ac220f26fc7355a9a34b418d83cbc229e63ee995 | |
parent | a084c597204942139d6287b8c075b051fadc7784 (diff) | |
download | seabios-5dec2354c10e9a2e04408692c45e6a223ceb62f0.tar.gz |
turn off xhci for 128k bios
-rw-r--r-- | config.bios.qemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.bios.qemu b/config.bios.qemu index 6d50c79..ed510d3 100644 --- a/config.bios.qemu +++ b/config.bios.qemu @@ -3,3 +3,4 @@ CONFIG_QEMU_HARDWARE=y CONFIG_PERMIT_UNALIGNED_PCIROM=y CONFIG_ROM_SIZE=128 CONFIG_XEN=n +CONFIG_USB_XHCI=n |