From 1190e9cf42e4534c9335698cda4f642e0c3eec99 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 10 Aug 2016 22:27:46 +0200 Subject: x60,t60: do not add etc/ps2-keyboard-spinup for non-seabios payloads Regardless of the payload chosen a file etc/ps2-keyboard-spinup is added to cbfs. With this fix this file is only added to cbfs when seabios is choses as a payload. Change-Id: I37cf4c998856db2d297356776752643dba46a8f8 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/16146 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens --- src/mainboard/lenovo/t60/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/lenovo/t60') diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig index 52eeda3d38..8e1ee1e70b 100644 --- a/src/mainboard/lenovo/t60/Kconfig +++ b/src/mainboard/lenovo/t60/Kconfig @@ -52,6 +52,7 @@ config MAX_CPUS config SEABIOS_PS2_TIMEOUT int + depends on PAYLOAD_SEABIOS default 3000 endif -- cgit v1.2.3