Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/21320
Change subject: nb/intel/x4x: Select LAPIC_MONOTONIC_TIMER ......................................................................
nb/intel/x4x: Select LAPIC_MONOTONIC_TIMER
Needed for coreboot spi driver.
Change-Id: I01059c8cbdc6a002dfd75b6da3a629811b137702 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/northbridge/intel/x4x/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/21320/1
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig index 5517d97..9239637 100644 --- a/src/northbridge/intel/x4x/Kconfig +++ b/src/northbridge/intel/x4x/Kconfig @@ -22,6 +22,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy def_bool y select HAVE_DEBUG_RAM_SETUP + select LAPIC_MONOTONIC_TIMER select VGA select INTEL_GMA_ACPI select RELOCATABLE_RAMSTAGE