From 6847232e70f7fbff2f5637505a85532ec752a11f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 5 Oct 2015 19:19:26 +0100 Subject: [efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consoles Signed-off-by: Michael Brown --- src/config/config_efi.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config') diff --git a/src/config/config_efi.c b/src/config/config_efi.c index ece6eaa3..1f73dad4 100644 --- a/src/config/config_efi.c +++ b/src/config/config_efi.c @@ -39,3 +39,9 @@ PROVIDE_REQUIRING_SYMBOL(); #ifdef CONSOLE_EFI REQUIRE_OBJECT ( efi_console ); #endif +#ifdef CONSOLE_EFIFB +REQUIRE_OBJECT ( efi_fbcon ); +#endif +#ifdef CONSOLE_FRAMEBUFFER +REQUIRE_OBJECT ( efi_fbcon ); +#endif -- cgit v1.2.3-55-g7522