summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-21 10:14:15 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-12-27 09:01:50 +0000
commitd60e9ab74ed6d29e4eb4581e7348ce38bd7c3eba (patch)
treee0d5d131350a6e453fd6aa7d4ec7ffc2c565e5f7 /src/drivers/intel/fsp1_1/Kconfig
parent405812209d76d35a47656b31c958a38b8cd9a109 (diff)
downloadcoreboot-d60e9ab74ed6d29e4eb4581e7348ce38bd7c3eba.tar.xz
cpu/intel/microcode: Apply more strict guard for assembly files
Change-Id: I8243be7c9a57402b2ac1cfa1c0552990d4a4ba74 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37891 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/intel/fsp1_1/Kconfig')
-rw-r--r--src/drivers/intel/fsp1_1/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig
index 93af4f7360..7c69888ea1 100644
--- a/src/drivers/intel/fsp1_1/Kconfig
+++ b/src/drivers/intel/fsp1_1/Kconfig
@@ -15,6 +15,7 @@ config PLATFORM_USES_FSP1_1
bool
select UEFI_2_4_BINDING
select INTEL_GMA_ADD_VBT if RUN_FSP_GOP
+ select MICROCODE_UPDATE_PRE_RAM
help
Does the code require the Intel Firmware Support Package?