mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[config] Split console configuration out to config/console.h
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user