From 0f045a69b806b9998523ffd799f69bf70bf716a5 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 25 Aug 2015 14:47:39 -0600 Subject: intel/model_2065x/Kconfig: Don't use LAPIC_MONOTONIC_TIMER The LAPIC_MONOTONIC_TIMER symbol doesn't do anything in the code unless UDELAY_LAPIC is selected. Since this chip uses UDELAY_TSC, LAPIC_MONOTONIC_TIMER generates a Kconfig warning and should be removed. Change-Id: I5caa60ca7ab9a24d25c184c85184f9492b453706 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/11342 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens --- src/cpu/intel/model_2065x/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel') diff --git a/src/cpu/intel/model_2065x/Kconfig b/src/cpu/intel/model_2065x/Kconfig index 4a85f09c0d..f6d812fad8 100644 --- a/src/cpu/intel/model_2065x/Kconfig +++ b/src/cpu/intel/model_2065x/Kconfig @@ -19,7 +19,6 @@ config CPU_SPECIFIC_OPTIONS select PARALLEL_CPU_INIT #select AP_IN_SIPI_WAIT select TSC_SYNC_MFENCE - select LAPIC_MONOTONIC_TIMER config BOOTBLOCK_CPU_INIT string -- cgit v1.2.3