diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-03-26 15:47:34 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-03-26 15:47:34 +0100 |
commit | b35d454422a97b89a7128be4d4e9ff7a8f176466 (patch) | |
tree | 01fcf3b674f270fe950a213cd9e0879d9ddcf11c /src/config/console.h | |
parent | a6d49c17c9ef82420138a51b52a9ce57074650db (diff) | |
download | ipxe-b35d454422a97b89a7128be4d4e9ff7a8f176466.tar.gz |
[console] Remove unused "btext" console
The "btext" console has been disabled by a "#if 0" since 2007.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/console.h')
-rw-r--r-- | src/config/console.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/console.h b/src/config/console.h index bf7ea0507..0692c2f5c 100644 --- a/src/config/console.h +++ b/src/config/console.h @@ -17,7 +17,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#define CONSOLE_PCBIOS /* Default BIOS console */ //#define CONSOLE_SERIAL /* Serial port */ //#define CONSOLE_DIRECT_VGA /* Direct access to VGA card */ -//#define CONSOLE_BTEXT /* Who knows what this does? */ //#define CONSOLE_PC_KBD /* Direct access to PC keyboard */ //#define CONSOLE_SYSLOG /* Syslog console */ //#define CONSOLE_VMWARE /* VMware logfile console */ |