diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-11-05 13:16:55 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-15 16:43:09 +0100 |
commit | ecd4cfcb8695988d82069df4509b56e39794379e (patch) | |
tree | 23fa5332abdbab0e7a41b0038635bad780e68ed7 /src/mainboard/asus/kgpe-d16/Kconfig | |
parent | 44d53428352ff5d6c8941160429735b5465add5f (diff) |
mainboard/asus/kgpe-d16: Enable romstage spinlocks
Change-Id: Iac1adbeacdcded7faff2443b78a491cbb8a90fe8
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: https://review.coreboot.org/12628
Tested-by: build bot (Jenkins)
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 c4f3962f63..67b43ca4d5 100644 --- a/src/mainboard/asus/kgpe-d16/Kconfig +++ b/src/mainboard/asus/kgpe-d16/Kconfig @@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_AMD_SUBTYPE_SP5100 select SUPERIO_NUVOTON_NCT5572D select PARALLEL_CPU_INIT + select HAVE_ROMSTAGE_CONSOLE_SPINLOCK select HAVE_HARD_RESET select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT |