xref: /qemu/roms/config.seabios-128k (revision a719a27c824ea5e70f5bf6f3c8d13a8c1d6b1bfe)
1# for qemu machine types 1.7 + older
2# need to turn off features (xhci) to make it fit into 128k
3CONFIG_QEMU=y
4CONFIG_ROM_SIZE=128
5CONFIG_XEN=n
6CONFIG_USB_XHCI=n
7