diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2013-05-15 00:19:49 +0200 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-06-04 22:57:26 +0200 |
commit | 4cdc5d6fc6ea6f460414728e026660954d0adb1d (patch) | |
tree | 60a982a073d8af1fe0957226e4122d29675331d9 /src/Kconfig | |
parent | 67f556c2962eb56e87e5df0bec78671005822b77 (diff) | |
download | coreboot-4cdc5d6fc6ea6f460414728e026660954d0adb1d.tar.xz |
Yabel : Add tracing option needed by i915tool.
This patch was made by listenning to what Ron Minnich told
me to do on #coreboot IRC channel on Freenode with my
adaptations on top.
i915tool is at https://code.google.com/p/i915tool/ ,
the one in coreboot is outdated.
Change-Id: I13cd684f4c290114836fbd7babd461153e8d6124
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: http://review.coreboot.org/3277
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 9 |
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 |