aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-09-01 15:45:56 +0200
committerNico Huber <nico.h@gmx.de>2017-09-22 17:31:40 +0000
commit524d49735518a55e332d62f908891329eb5c721b (patch)
treeaa0c7cb05582c9e5b2a528fcf5a0ca38d422d4ce /src/northbridge/intel/x4x/Kconfig
parenta2248cbf9ab1de22862a73e1d52d5a2361d55c51 (diff)
nb/intel/x4x: Select LAPIC_MONOTONIC_TIMER
Needed for coreboot spi driver. Change-Id: I01059c8cbdc6a002dfd75b6da3a629811b137702 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/21320 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge/intel/x4x/Kconfig')
-rw-r--r--src/northbridge/intel/x4x/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig
index 5517d97160..9239637360 100644
--- a/src/northbridge/intel/x4x/Kconfig
+++ b/src/northbridge/intel/x4x/Kconfig
@@ -22,6 +22,7 @@ if NORTHBRIDGE_INTEL_X4X
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