summaryrefslogtreecommitdiff
path: root/src/console/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/Config.lb')
-rw-r--r--src/console/Config.lb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb
index daba367f94..7a1672e494 100644
--- a/src/console/Config.lb
+++ b/src/console/Config.lb
@@ -1,4 +1,5 @@
uses CONFIG_CONSOLE_SERIAL8250
+uses CONFIG_USBDEBUG_DIRECT
uses CONFIG_CONSOLE_VGA
uses CONFIG_CONSOLE_BTEXT
uses CONFIG_CONSOLE_LOGBUF
@@ -9,6 +10,9 @@ object printk.o
if CONFIG_CONSOLE_SERIAL8250
driver uart8250_console.o
end
+if CONFIG_USBDEBUG_DIRECT
+ driver usbdebug_direct_console.o
+end
if CONFIG_CONSOLE_VGA
driver vga_console.o
end