summaryrefslogtreecommitdiffstats
path: root/src/config/console.h
diff options
context:
space:
mode:
authorMichael Brown2015-10-16 17:14:29 +0200
committerMichael Brown2015-10-16 17:38:39 +0200
commit4b7443d132d4d889618588d78ed111099f16c6f9 (patch)
tree3dcb7c124669dac9582692ec9ac8534235b3424c /src/config/console.h
parent[console] Tidy up config/console.h (diff)
downloadipxe-4b7443d132d4d889618588d78ed111099f16c6f9.tar.gz
ipxe-4b7443d132d4d889618588d78ed111099f16c6f9.tar.xz
ipxe-4b7443d132d4d889618588d78ed111099f16c6f9.zip
[build] Generalise CONSOLE_VESAFB to CONSOLE_FRAMEBUFFER
The name "vesafb" is intrinsically specific to a BIOS environment. Generalise the build configuration option CONSOLE_VESAFB to CONSOLE_FRAMEBUFFER, in preparation for adding EFI framebuffer support. Existing configurations using CONSOLE_VESAFB will continue to work. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/console.h')
-rw-r--r--src/config/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/console.h b/src/config/console.h
index d1d50452..9f770d09 100644
--- a/src/config/console.h
+++ b/src/config/console.h
@@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
*/
//#define CONSOLE_SERIAL /* Serial port console */
-//#define CONSOLE_VESAFB /* VESA framebuffer console */
+//#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */
//#define CONSOLE_SYSLOG /* Syslog console */
//#define CONSOLE_SYSLOGS /* Encrypted syslog console */
//#define CONSOLE_VMWARE /* VMware logfile console */