Sfoglia il codice sorgente

qemu: allow both, vga and serial output

Waldemar Brodkorb 2 settimane fa
parent
commit
f642a35fbc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      target/config/Config.in.runtime

+ 2 - 0
target/config/Config.in.runtime

@@ -246,6 +246,7 @@ config ADK_RUNTIME_VERBOSE_KERNEL_VGA_SERIAL
 	bool "output via VGA and serial console"
 	depends on ADK_TARGET_WITH_SERIAL && \
 		   ADK_TARGET_WITH_VGA || \
+		   ADK_TARGET_QEMU || \
 		   ADK_TARGET_GENERIC
 	help
 	  Output is via VGA and serial console. 
@@ -255,6 +256,7 @@ config ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_VGA
 	bool "output via serial console and VGA"
 	depends on ADK_TARGET_WITH_SERIAL && \
 		   ADK_TARGET_WITH_VGA || \
+		   ADK_TARGET_QEMU || \
 		   ADK_TARGET_GENERIC
 	help
 	  Output is via serial console and VGA.