diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-01 00:02:43 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-04-30 23:47:28 +0200 |
commit | d5403773901d15e9c54a1a0241798a3ebc8612b9 (patch) | |
tree | c5db29045254aaeb1f84b95b21873c9f30ed4920 /src/console/Kconfig | |
parent | 93966e859234d4aca84a78b45933a74e973497c5 (diff) |
console: Fix UART selection prompt
Without this change, removal of default UART_FOR_CONSOLE entries
under mainboard/ Kconfig will remove this option entirely from
created .config file.
Change-Id: I11422ddb8c51abca177f999936c995ae0c91c459
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5626
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 887c1e22ee..51371bc540 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -41,7 +41,7 @@ if CONSOLE_SERIAL depends on HAVE_UART_SPECIAL config UART_FOR_CONSOLE - prompt "Index for UART port to use for console" + int "Index for UART port to use for console" default 0 # FIXME: Early programming in romstage is incorrect as we should |