aboutsummaryrefslogtreecommitdiffstats
path: root/main/seabios/config.seabios-128k
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-06-20 13:34:15 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-06-20 13:34:15 +0000
commit75813f8342056cbfcd384be098152ab53fd534ba (patch)
treeeadf06c880e255d19c380f06e904c3a8dc938f5f /main/seabios/config.seabios-128k
parentc43cb1ab81ae51d773523268ce14620630b4e6bf (diff)
downloadaports-75813f8342056cbfcd384be098152ab53fd534ba.tar.bz2
aports-75813f8342056cbfcd384be098152ab53fd534ba.tar.xz
main/seabios: disable some features due to size constraints
Diffstat (limited to 'main/seabios/config.seabios-128k')
-rw-r--r--main/seabios/config.seabios-128k10
1 files changed, 3 insertions, 7 deletions
diff --git a/main/seabios/config.seabios-128k b/main/seabios/config.seabios-128k
index b912e4983c..21ed3ba437 100644
--- a/main/seabios/config.seabios-128k
+++ b/main/seabios/config.seabios-128k
@@ -1,5 +1,5 @@
# for qemu machine types 1.7 + older
-# need to turn off features (bootsplash) to make it fit into 128k
+# need to turn off some features to make it fit into 128k
CONFIG_QEMU=y
CONFIG_ROM_SIZE=128
CONFIG_XEN=n
@@ -7,10 +7,6 @@ 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
+CONFIG_ESP_SCSI=n
+CONFIG_SDCARD=n