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:
parent
77ced402fb
commit
f77d6ba911
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -42,9 +42,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
int
|
||||
depends on PAYLOAD_SEABIOS
|
||||
default 3000
|
||||
|
||||
endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -48,9 +48,4 @@ config CPU_ADDR_BITS
|
|||
int
|
||||
default 36
|
||||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
int
|
||||
depends on PAYLOAD_SEABIOS
|
||||
default 3000
|
||||
|
||||
endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -49,9 +49,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config SEABIOS_PS2_TIMEOUT
|
||||
int
|
||||
depends on PAYLOAD_SEABIOS
|
||||
default 3000
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue