summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config_efi.c6
1 files changed, 6 insertions, 0 deletions
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