[Serial] Split serial console from serial driver

This commit is contained in:
Stefan Hajnoczi
2008-06-04 21:00:46 +01:00
committed by Michael Brown
parent f866b17998
commit 831db76ff7
5 changed files with 62 additions and 32 deletions

View File

@@ -54,7 +54,7 @@
REQUIRE_OBJECT ( bios_console );
#endif
#ifdef CONSOLE_SERIAL
REQUIRE_OBJECT ( serial );
REQUIRE_OBJECT ( serial_console );
#endif
#ifdef CONSOLE_DIRECT_VGA
REQUIRE_OBJECT ( video_subr );