From f2e0461d8970d4690297dc9e40ee4f6d91e5a0c6 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 9 Mar 2016 15:50:23 -0700 Subject: Kconfig: remove COMPRESS_PRERAM_STAGES option from x86 Instead of just defaulting to disabled, remove the option for x86 since it doesn't work there. Change-Id: I2b84b9f866f9231943e573b873c970f420c7c9a5 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/14017 Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 3def65b758..0649bf74ec 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -158,8 +158,8 @@ config COMPRESS_RAMSTAGE config COMPRESS_PRERAM_STAGES bool "Compress romstage and verstage with LZ4" - default y if !ARCH_X86 - default n + depends on !ARCH_X86 + default y help Compress romstage and (if it exists) verstage with LZ4 to save flash space and speed up boot, since the time for reading the image from SPI -- cgit v1.2.3