summaryrefslogtreecommitdiffstats
path: root/src/config/console.h
diff options
context:
space:
mode:
authorMichael Brown2012-03-26 16:47:34 +0200
committerMichael Brown2012-03-26 16:47:34 +0200
commitb35d454422a97b89a7128be4d4e9ff7a8f176466 (patch)
tree01fcf3b674f270fe950a213cd9e0879d9ddcf11c /src/config/console.h
parent[console] Move putchar() and getchar() declarations to stdio.h (diff)
downloadipxe-b35d454422a97b89a7128be4d4e9ff7a8f176466.tar.gz
ipxe-b35d454422a97b89a7128be4d4e9ff7a8f176466.tar.xz
ipxe-b35d454422a97b89a7128be4d4e9ff7a8f176466.zip
[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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/console.h b/src/config/console.h
index bf7ea050..0692c2f5 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 */