summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 24de7d27c2..fdf40e5954 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -902,6 +902,15 @@ config X86EMU_DEBUG_IO
If unsure, say N.
+config X86EMU_DEBUG_TIMINGS
+ bool "Output timing information"
+ default n
+ depends on X86EMU_DEBUG && UDELAY_LAPIC && HAVE_MONOTONIC_TIMER
+ help
+ Print timing information needed by i915tool.
+
+ If unsure, say N.
+
config DEBUG_TPM
bool "Output verbose TPM debug messages"
default n