From b5e1984594525878172fb17abf3939e71963a5ff Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 29 Apr 2015 20:44:06 +0200 Subject: intel/broadwell: Don't select MONOTONIC_TIMER_MSR That's a Haswell exclusive, used nowhere else, but confusing when hunting for the monotonic timer used on that SoC. Change-Id: I60ec523e54e5af0d2a418bcb9145de452a3a4ea9 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10034 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/soc/intel/broadwell/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/soc/intel/broadwell/Kconfig') diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index 91249ee007..695e495124 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -174,12 +174,6 @@ config RESET_ON_INVALID_RAMSTAGE_CACHE when the ramstage cache is invalid. If selected the system will reset otherwise the ramstage will be reloaded from cbfs. -config MONOTONIC_TIMER_MSR - def_bool y - select HAVE_MONOTONIC_TIMER - help - Provide a monotonic timer using the 24MHz MSR counter. - config INTEL_PCH_UART_CONSOLE bool "Use Serial IO UART for console" default n -- cgit v1.2.3