From 517bb208dcb2739108d07357c79e78ecd474523f Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 9 Oct 2009 17:40:34 +0000 Subject: Remove extra CONFIG variables. Signed-off-by: Myles Watson Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4754 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/Kconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/console') diff --git a/src/console/Kconfig b/src/console/Kconfig index 2bdffc1aff..ee6d547415 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -13,14 +13,9 @@ config TTYS0_BASE depends on CONSOLE_SERIAL8250 default 0x3f8 -config SERIAL_SET_SPEED - bool "Override the serial port BAUD rate" - default y - depends on CONSOLE_SERIAL8250 - config TTYS0_BAUD int "Serial port BAUD rate" - depends on SERIAL_SET_SPEED + depends on CONSOLE_SERIAL8250 default 115200 # TODO: Allow user-friendly selection of settings other than 8n1. -- cgit v1.2.3