seabios/config.seabios-128k

11 lines
234 B
Plaintext
Raw Normal View History

2014-03-17 13:02:29 +00:00
# for qemu machine types 1.7 + older
# need to turn off features (xhci) to make it fit into 128k
CONFIG_QEMU=y
CONFIG_ROM_SIZE=128
CONFIG_XEN=n
CONFIG_USB_XHCI=n
CONFIG_USB_UAS=n
2015-11-17 21:52:47 +00:00
CONFIG_SDCARD=n
CONFIG_TCGBIOS=n
CONFIG_FLASH_FLOPPY=n