diff options
Diffstat (limited to 'src/console/Config.lb')
-rw-r--r-- | src/console/Config.lb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb index 970e4bad01..39fcd23fa5 100644 --- a/src/console/Config.lb +++ b/src/console/Config.lb @@ -1,4 +1,4 @@ -uses CONFIG_CONSOLE_SERIAL8250 CONFIG_CONSOLE_VGA +uses CONFIG_CONSOLE_SERIAL8250 CONFIG_CONSOLE_VGA CONFIG_CONSOLE_BTEXT uses CONFIG_CONSOLE_LOGBUF CONFIG_CONSOLE_SROM uses CONFIG_USE_INIT @@ -9,6 +9,9 @@ end if CONFIG_CONSOLE_VGA driver vga_console.o end +if CONFIG_CONSOLE_BTEXT + driver btext_console.o +end if CONFIG_CONSOLE_LOGBUF driver logbuf_console.o end |