From 7841a7f82416e6ad1d00610cca43a3fa9cc6b320 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 11 Feb 2019 11:33:36 +0200 Subject: cpu/intel/common: Add CPU_INTEL_COMMON_TIMEBASE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To add a common tsc_freq_mhz() implementation, we need to guard againts soc-specific duplicate definitions. Change-Id: I37a34651d9e7d823ad5689d30739294358a97e31 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/31341 Reviewed-by: Arthur Heymans Reviewed-by: David Guckian Tested-by: build bot (Jenkins) --- src/cpu/intel/model_6fx/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/intel/model_6fx/Kconfig') diff --git a/src/cpu/intel/model_6fx/Kconfig b/src/cpu/intel/model_6fx/Kconfig index 8f053142d4..b86b07e40f 100644 --- a/src/cpu/intel/model_6fx/Kconfig +++ b/src/cpu/intel/model_6fx/Kconfig @@ -11,3 +11,4 @@ config CPU_INTEL_MODEL_6FX select TSC_SYNC_MFENCE select SUPPORT_CPU_UCODE_IN_CBFS select CPU_INTEL_COMMON + select CPU_INTEL_COMMON_TIMEBASE -- cgit v1.2.3