diff options
author | Nico Huber <nico.h@gmx.de> | 2017-10-29 15:29:23 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-03 16:19:27 +0000 |
commit | b31119a3488c9478d9797b2b471d263b5179dc68 (patch) | |
tree | e225f193c4ab90701280c06590abd09256fb5d6b /src/northbridge/intel | |
parent | cb2d21d24d15a17a62d332c3cbc3dc1d0fcad01d (diff) |
nb/intel/gm45: Enable LAPIC monotonic timer
Change-Id: I9f96561120d0feb44c5edd9e7241bc3456b31e5f
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/22221
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/gm45/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index 63bc838fc9..85902d36b2 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -21,6 +21,7 @@ if NORTHBRIDGE_INTEL_GM45 config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy def_bool y select HAVE_DEBUG_RAM_SETUP + select LAPIC_MONOTONIC_TIMER select VGA select INTEL_EDID select INTEL_GMA_ACPI |