aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-09-25 17:24:08 +0000
committerMyles Watson <mylesgw@gmail.com>2009-09-25 17:24:08 +0000
commit6bb3bdf869ab06a972520c5a58c6fc9b7cfe99f4 (patch)
tree336011e34b656092d703806d91cda4f12c853784 /src/console/Kconfig
parenta21cc3d33e7d129ade7cebac5f1638044361654e (diff)
Rename CONFIG_SERIAL_CONSOLE to match newconfig.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4672 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index ed3a07feeb..fb72cdbeb9 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -1,6 +1,7 @@
menu "Console options"
-config SERIAL_CONSOLE
+config CONSOLE_SERIAL8250
+ #TODO Rename to SERIAL_CONSOLE once Kconfig transition is complete.
bool "See output on the serial port console"
default y
@@ -10,13 +11,13 @@ config SERIAL_POST
config TTYS0_BASE
hex "I/O base for the serial port"
- depends on SERIAL_CONSOLE
+ depends on CONSOLE_SERIAL8250
default 0x3f8
config SERIAL_SET_SPEED
bool "Override the serial console BAUD rate"
default y
- depends on SERIAL_CONSOLE
+ depends on CONSOLE_SERIAL8250
config TTYS0_BAUD
int "Serial console BAUD rate"