X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2FKconfig;h=9abbc2169da546a56dbd0830961875dbfd77ad85;hb=8eee19d0eafd3a34742df4d26c810424097211fe;hp=76e77f84014edb0c3abb44429d29e8590b00629a;hpb=4ee7d80e06a206a248a265348669b78150ba059d;p=coreboot.git diff --git a/src/Kconfig b/src/Kconfig index 76e77f840..9abbc2169 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -98,6 +98,14 @@ config USE_OPTION_TABLE Enable this option if coreboot shall read options from the "CMOS" NVRAM instead of using hard coded values. +config COMPRESS_RAMSTAGE + bool "Compress ramstage with LZMA" + default y + help + Compress ramstage to save memory in the flash image. Note + that decompression might slow down booting if the boot flash + is connected through a slow Link (i.e. SPI) + endmenu source src/mainboard/Kconfig