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