[config] Split console configuration out to config/console.h

This commit is contained in:
Michael Brown
2008-10-12 02:30:31 +01:00
parent aef6d0df5c
commit 8c7deba349
4 changed files with 26 additions and 26 deletions

View File

@@ -7,20 +7,6 @@
*
*/
/*
* Console configuration
*
* These options specify the console types that Etherboot will use for
* interaction with the user.
*
*/
#define CONSOLE_FIRMWARE /* Default BIOS console */
#undef CONSOLE_SERIAL /* Serial port */
#undef CONSOLE_DIRECT_VGA /* Direct access to VGA card */
#undef CONSOLE_BTEXT /* Who knows what this does? */
#undef CONSOLE_PC_KBD /* Direct access to PC keyboard */
/*
* Timer configuration
*