Fix lint-stable target
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 <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/3874 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
361cd8153d
commit
1e44c3ff5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue