mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[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>
This commit is contained in:
@@ -51,9 +51,6 @@ PROVIDE_REQUIRING_SYMBOL();
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef CONSOLE_PCBIOS
|
||||
REQUIRE_OBJECT ( bios_console );
|
||||
#endif
|
||||
#ifdef CONSOLE_SERIAL
|
||||
REQUIRE_OBJECT ( serial );
|
||||
#endif
|
||||
@@ -81,12 +78,6 @@ REQUIRE_OBJECT ( vmconsole );
|
||||
#ifdef CONSOLE_DEBUGCON
|
||||
REQUIRE_OBJECT ( debugcon );
|
||||
#endif
|
||||
#ifdef CONSOLE_VESAFB
|
||||
REQUIRE_OBJECT ( vesafb );
|
||||
#endif
|
||||
#ifdef CONSOLE_INT13
|
||||
REQUIRE_OBJECT ( int13con );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested network protocols
|
||||
|
||||
Reference in New Issue
Block a user