aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index 6b70ae7c6c..5cf40fa4a9 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -25,6 +25,13 @@ config UDELAY_TSC
bool
default n
+config TSC_MONOTONIC_TIMER
+ def_bool n
+ depends on UDELAY_TSC
+ select HAVE_MONOTONIC_TIMER
+ help
+ Expose monotonic time using the TSC.
+
config UDELAY_TIMER2
bool
default n