aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-10-09 17:40:34 +0000
committerMyles Watson <mylesgw@gmail.com>2009-10-09 17:40:34 +0000
commit517bb208dcb2739108d07357c79e78ecd474523f (patch)
tree69f80ccb07f0e9a03d565a9e520b0a9ccca00c16 /src/console
parente7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23 (diff)
Remove extra CONFIG variables.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4754 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Kconfig7
1 files changed, 1 insertions, 6 deletions
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.