diff options
author | Martin Roth <martinroth@google.com> | 2016-01-04 14:25:19 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-07 16:54:54 +0100 |
commit | d59d1b61da8a652ac78568a215047abbbf0e9ac8 (patch) | |
tree | 18bebaf3c6eb3070938094345e710f99ee0b5c18 /src/drivers | |
parent | 6dc53b485a60b66c7ac9361ab9eb1a52ad3ee1a6 (diff) |
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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12829
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/intel/fsp1_1/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |