Allow selecting CONSOLE_IO for non-qemu configurations, which is useful when running coreboot+seabios on coreboot.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig index 3c80132..3374198 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -425,9 +425,9 @@ menu "Debugging" Base port for serial - generally 0x3f8, 0x2f8, 0x3e8, or 0x2e8.
config DEBUG_IO - depends on QEMU && DEBUG_LEVEL != 0 + depends on DEBUG_LEVEL != 0 bool "Special IO port debugging" - default y + default QEMU help Some emulators or hypervisors provide with a way to output debug information by outputing strings in a special port present in the