diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-12-24 13:26:18 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-07 16:53:00 +0100 |
commit | 6dc53b485a60b66c7ac9361ab9eb1a52ad3ee1a6 (patch) | |
tree | e5fd685f370f2737d9eece9a870b9261a2529b9b /src/mainboard/asus/kgpe-d16/Kconfig | |
parent | c764c7488b2cb536bc4e09e6a8a639beeabfddeb (diff) |
mainboard/asus/kgpe-d16: Enable romstage microcode spinlocks
Change-Id: I93687efc5405359286d3197f0e59ec3b118c5100
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: https://review.coreboot.org/12809
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/asus/kgpe-d16/Kconfig')
-rw-r--r-- | src/mainboard/asus/kgpe-d16/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig index 49dd37b7fa..f394ca9c7a 100644 --- a/src/mainboard/asus/kgpe-d16/Kconfig +++ b/src/mainboard/asus/kgpe-d16/Kconfig @@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select PARALLEL_CPU_INIT select HAVE_ROMSTAGE_CONSOLE_SPINLOCK select HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK + select HAVE_ROMSTAGE_MICROCODE_CBFS_SPINLOCK select HAVE_HARD_RESET select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT |