[uri] Special case NULL in churi()
[gpxe.git] / src / config / console.h
blob586e3715136661efc31af28fda709610d16e39f0
1 #ifndef CONFIG_CONSOLE_H
2 #define CONFIG_CONSOLE_H
4 /** @file
6 * Console configuration
8 * These options specify the console types that Etherboot will use for
9 * interaction with the user.
13 FILE_LICENCE ( GPL2_OR_LATER );
15 #include <config/defaults.h>
17 //#define CONSOLE_PCBIOS /* Default BIOS console */
18 //#define CONSOLE_SERIAL /* Serial port */
19 //#define CONSOLE_DIRECT_VGA /* Direct access to VGA card */
20 //#define CONSOLE_BTEXT /* Who knows what this does? */
21 //#define CONSOLE_PC_KBD /* Direct access to PC keyboard */
23 #include <config/local/console.h>
25 #endif /* CONFIG_CONSOLE_H */