summaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-04-08 19:51:22 -0500
committerMartin Roth <martinroth@google.com>2016-04-11 16:12:06 +0200
commit6f3a55ae7ec2b2d8b55a09e4eec3377084339800 (patch)
treef8efba1e7e9af7a9bda697df0758e01f873e313e /src/cpu/x86/Kconfig
parentb2229dc1997b22d6497ebc1664b2c710584e8117 (diff)
downloadcoreboot-6f3a55ae7ec2b2d8b55a09e4eec3377084339800.tar.xz
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 <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/14299 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-by: Myles Watson <mylesgw@gmail.com>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig6
1 files changed, 0 insertions, 6 deletions
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
@@ -49,12 +49,6 @@ config TSC_MONOTONIC_TIMER
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
default n