Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / config / console.h
1 #ifndef CONFIG_CONSOLE_H
2 #define CONFIG_CONSOLE_H
3
4 /** @file
5  *
6  * Console configuration
7  *
8  * These options specify the console types that Etherboot will use for
9  * interaction with the user.
10  *
11  */
12
13 FILE_LICENCE ( GPL2_OR_LATER );
14
15 #include <config/defaults.h>
16
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_PC_KBD          /* Direct access to PC keyboard */
21 //#define       CONSOLE_SYSLOG          /* Syslog console */
22 //#define       CONSOLE_SYSLOGS         /* Encrypted syslog console */
23 //#define       CONSOLE_VMWARE          /* VMware logfile console */
24 //#define       CONSOLE_DEBUGCON        /* Debug port console */
25 //#define       CONSOLE_VESAFB          /* VESA framebuffer console */
26
27 #define KEYBOARD_MAP    us
28
29 #define LOG_LEVEL       LOG_NONE
30
31 #include <config/named.h>
32 #include NAMED_CONFIG(console.h)
33 #include <config/local/console.h>
34 #include LOCAL_NAMED_CONFIG(console.h)
35
36 #endif /* CONFIG_CONSOLE_H */