summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 1dd912c1..6f9e66cd 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -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