From 6f3a55ae7ec2b2d8b55a09e4eec3377084339800 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 8 Apr 2016 19:51:22 -0500 Subject: src/cpu/x86: remove TSC_CALIBRATE_WITH_IO It's not selected by any path so it's a dead option with associated dead code. Remove the config option as well as the code paths that were never used any longer. Change-Id: Ie536eee54e5c63bd90192f413c69e0dd2fea9171 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/14299 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Andrey Petrov Reviewed-by: Myles Watson --- src/cpu/x86/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/cpu/x86/Kconfig') diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index d8f338d5d0..6cd65cc490 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -48,12 +48,6 @@ config TSC_MONOTONIC_TIMER help Expose monotonic time using the TSC. -# This option is used in code but never selected. -config TSC_CALIBRATE_WITH_IO - bool - depends on UDELAY_TSC - default n - # This option is used in code but never selected. config UDELAY_TIMER2 bool -- cgit v1.2.3