aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-06-27 12:13:30 +1000
committerDavid Hendricks <dhendrix@chromium.org>2014-07-05 00:38:06 +0200
commitba92428514d8cac8045faa1dc573599424ef7231 (patch)
tree53b7925af5863012b81994334bb9ef904cb57625 /src/northbridge/intel/nehalem
parentbda9a821142c0a105bc8892aef610ea43ce3400c (diff)
intel: Make monotonic timer a first class citizen
The monotonic time now needs to be a first class citizen in Coreboot as it is a hard dependency of the drivers/spi flash command polling function. Change-Id: I4e43d2680bf84bc525138f71c2b813b0f6be5265 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6135 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/northbridge/intel/nehalem')
-rw-r--r--src/northbridge/intel/nehalem/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig
index 1da2ef9a4a..18aa0e3f00 100644
--- a/src/northbridge/intel/nehalem/Kconfig
+++ b/src/northbridge/intel/nehalem/Kconfig
@@ -25,6 +25,7 @@ config NORTHBRIDGE_INTEL_NEHALEM
select DYNAMIC_CBMEM
select VGA
select INTEL_EDID
+ select TSC_MONOTONIC_TIMER
if NORTHBRIDGE_INTEL_NEHALEM