From 0e9a92545d0be44487f9bc5ad6ab26af5badf125 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 6 Oct 2009 20:48:07 +0000 Subject: Various fixes to Kconfig: All kconfig-boards should have a complete set of variables now, though they might still have the wrong values. Signed-off-by: Patrick Georgi Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4728 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/console/Kconfig') 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 -- cgit v1.2.3