Select a default SeaBIOS PS2 timeout in H8 Kconfig

This timeout is probably needed on all devices with Lenovo H8 embedded
controllers so set the default there.

Change-Id: I830ab1894f7c0f10f55c82e398becf44d810852d
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18274
Tested-by: build bot (Jenkins)
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
Arthur Heymans 2017-01-31 23:16:25 +01:00 committed by Alexander Couzens
parent 77ced402fb
commit f77d6ba911
10 changed files with 9 additions and 45 deletions

View File

@ -2,5 +2,14 @@ config EC_LENOVO_H8
select EC_ACPI
bool
if EC_LENOVO_H8
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif
config H8_DOCK_EARLY_INIT
bool

View File

@ -54,9 +54,4 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_T400

View File

@ -76,9 +76,4 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_T420

View File

@ -75,9 +75,4 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_T420S

View File

@ -75,9 +75,4 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_T520

View File

@ -42,9 +42,4 @@ config MAX_CPUS
int
default 2
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif

View File

@ -47,9 +47,4 @@ config CBFS_SIZE
hex
default 0x200000
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_X200

View File

@ -48,9 +48,4 @@ config CPU_ADDR_BITS
int
default 36
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif

View File

@ -73,9 +73,4 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
hex
default 0x21db
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif # BOARD_LENOVO_X220 || BOARD_LENOVO_X220I

View File

@ -49,9 +49,4 @@ config MAX_CPUS
int
default 2
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 3000
endif