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 <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4728 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user