From 1e44c3ff5a08322afba3f52f5d9d88fb0ede9027 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 16 Aug 2013 10:14:38 +0200 Subject: Fix lint-stable target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SEABIOS_PS2_TIMEOUT needs a default, otherwise the "allyesconfig" target hangs in an endless loop. The given default is correctly overridden by the (currently sole) user, the lenovo/x60 target. Change-Id: I3f5e347c29ccbb4d711a489d067b6c909f030bd0 Reported-by: Kyösti Mälkki Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/3874 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Kconfig b/src/Kconfig index a3d572a13a..515c6183ef 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -586,6 +586,7 @@ endchoice config SEABIOS_PS2_TIMEOUT prompt "PS/2 keyboard controller initialization timeout (milliseconds)" if PAYLOAD_SEABIOS + default 0 depends on EXPERT int help -- cgit v1.2.3