libpayload/drivers/i8042: Remove obsolete flag
CB:37594 change the flag makes PC_KEYBOARD_IGNORE_INIT_FAILURE obsolete. Remove it. BUG=b:145130110 TEST=N/A Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: Idcf816155b32dd691b48a7479297b556d32dd6f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37663 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mathew King <mathewk@chromium.org>
This commit is contained in:
parent
3833f0ffdb
commit
24f0455016
|
@ -343,10 +343,6 @@ config PC_KEYBOARD
|
||||||
default y if ARCH_X86 # uses IO
|
default y if ARCH_X86 # uses IO
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config PC_KEYBOARD_IGNORE_INIT_FAILURE
|
|
||||||
bool "Ignore keyboard failures during init and always add input device"
|
|
||||||
default n
|
|
||||||
|
|
||||||
config PC_KEYBOARD_AT_TRANSLATED
|
config PC_KEYBOARD_AT_TRANSLATED
|
||||||
bool "AT Translation keyboard device"
|
bool "AT Translation keyboard device"
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue