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