diff options
Diffstat (limited to 'roms/config.seabios-128k')
-rw-r--r-- | roms/config.seabios-128k | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roms/config.seabios-128k b/roms/config.seabios-128k index 41f83816fc..e653c75f5d 100644 --- a/roms/config.seabios-128k +++ b/roms/config.seabios-128k @@ -1,6 +1,7 @@ # for qemu machine types 1.7 + older -# need to turn off features (xhci) to make it fit into 128k +# need to turn off features (xhci,uas) to make it fit into 128k CONFIG_QEMU=y CONFIG_ROM_SIZE=128 CONFIG_XEN=n CONFIG_USB_XHCI=n +CONFIG_USB_UAS=n |