diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-09-07 22:30:15 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-09-07 22:30:15 +0000 |
commit | 6c9bc01b0ead45ebde3479e2c3c0c150ce99625f (patch) | |
tree | 244b76f0ea03b2e86722810319d2547edb837ae2 /src/Kconfig | |
parent | c13738540483511a88b02a64195453cbaf3d67bc (diff) | |
download | coreboot-6c9bc01b0ead45ebde3479e2c3c0c150ce99625f.tar.xz |
Make a Kconfig option for debugging output from realmode emulation. Trivial.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5783 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index ec3a13bdbf..be55b4bf90 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -543,6 +543,17 @@ config DEBUG_SMM_RELOCATION If unsure, say N. +config REALMODE_DEBUG + bool "Enable debug messages for option ROM execution" + default n + depends on PCI_OPTION_ROM_RUN_REALMODE + help + This option enables additional x86emu related debug messages. + + Note: This option will increase the time to emulate a ROM. + + If unsure, say N. + config X86EMU_DEBUG bool "Output verbose x86emu debug messages" default n |