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 <martinroth@google.com> Reviewed-on: http://review.coreboot.org/11342 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
		| @@ -19,7 +19,6 @@ config CPU_SPECIFIC_OPTIONS | |||||||
| 	select PARALLEL_CPU_INIT | 	select PARALLEL_CPU_INIT | ||||||
| 	#select AP_IN_SIPI_WAIT | 	#select AP_IN_SIPI_WAIT | ||||||
| 	select TSC_SYNC_MFENCE | 	select TSC_SYNC_MFENCE | ||||||
| 	select LAPIC_MONOTONIC_TIMER |  | ||||||
|  |  | ||||||
| config BOOTBLOCK_CPU_INIT | config BOOTBLOCK_CPU_INIT | ||||||
| 	string | 	string | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user