From d5403773901d15e9c54a1a0241798a3ebc8612b9 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 1 May 2014 00:02:43 +0300 Subject: console: Fix UART selection prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/5626 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- src/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console/Kconfig') 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 -- cgit v1.2.3