[SeaBIOS] [PATCH v2] config: allow CONSOLE_IO for !QEMU

Gerd Hoffmann kraxel at redhat.com
Wed May 29 14:03:40 CEST 2013


Allow selecting CONSOLE_IO for non-qemu configurations, which is useful
when running coreboot+seabios on coreboot.

[ v2: QEMU_HARDWARE is even better as CONSOLE_IO default value ]

Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index 3c80132..2695017 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_HARDWARE
         help
             Some emulators or hypervisors provide with a way to output debug
             information by outputing strings in a special port present in the
-- 
1.7.9.7




More information about the SeaBIOS mailing list