From d59d1b61da8a652ac78568a215047abbbf0e9ac8 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 4 Jan 2016 14:25:19 -0700 Subject: intel/fsp1_1: Disable GOP support by default Since the GOP drivers aren't published in the 3rdparty blobs repo yet, disable the GOP support for now so that abuild can build these platforms. Change-Id: Ic98671c163b433ebde89c8bf240ef4b2be393586 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12829 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/drivers/intel/fsp1_1/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/intel/fsp1_1') diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig index 692d566589..c959e57cd1 100644 --- a/src/drivers/intel/fsp1_1/Kconfig +++ b/src/drivers/intel/fsp1_1/Kconfig @@ -105,7 +105,7 @@ config FSP_USES_UPD config GOP_SUPPORT bool "Enable GOP support" - default y + default n config ROMSTAGE_RAM_STACK_SIZE hex "Size of the romstage RAM stack in bytes" -- cgit v1.2.3