xref: /openbmc/qemu/roms/config.seabios-128k (revision 35d08458a9ee5fb9c8518207cc85d0a4f2ef3165)
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