diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-21 16:28:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-21 16:28:56 +0000 |
commit | 95a506eeca0bffd8ab49eaffa390aea2295a0ff6 (patch) | |
tree | 3e2e3d10f2e04654c040d6d99cfaa82ecf715eb7 /main/seabios/config.seabios-128k | |
parent | 0d9f3eb0172778a724dae1e6f86cd2f85b6c6bde (diff) | |
download | aports-95a506eeca0bffd8ab49eaffa390aea2295a0ff6.tar.bz2 aports-95a506eeca0bffd8ab49eaffa390aea2295a0ff6.tar.xz |
main/seabios: upgrade to 1.9.2
and sync config with fedora
Diffstat (limited to 'main/seabios/config.seabios-128k')
-rw-r--r-- | main/seabios/config.seabios-128k | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/main/seabios/config.seabios-128k b/main/seabios/config.seabios-128k index 20687574cf..b912e4983c 100644 --- a/main/seabios/config.seabios-128k +++ b/main/seabios/config.seabios-128k @@ -1,7 +1,16 @@ # for qemu machine types 1.7 + older -# need to turn off features (xhci) to make it fit into 128k +# need to turn off features (bootsplash) to make it fit into 128k CONFIG_QEMU=y CONFIG_ROM_SIZE=128 CONFIG_XEN=n -CONFIG_USB_XHCI=n +CONFIG_BOOTSPLASH=n +CONFIG_FLASH_FLOPPY=n +CONFIG_USB_OHCI=n +CONFIG_TCGBIOS=n + CONFIG_USB_UAS=n + +# Right now all other drivers fit in the ROM, but these could +# easily go... +#CONFIG_ESP_SCSI=n +#CONFIG_SDCARD=n |