diff options
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index fb72cdbeb9..697e3587fe 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -24,6 +24,11 @@ config TTYS0_BAUD depends on SERIAL_SET_SPEED default 115200 +config TTYS0_LCS + int + default 3 + depends on CONSOLE_SERIAL8250 + config USBDEBUG_DIRECT bool "USB debug dongle support. Not supported on all chipsets." default n |