From 816259c0f1a6d533b8d316fa5c6e50c9dc2c8b9e Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 23 Jul 2021 15:25:47 -0400 Subject: [PATCH] x230-maximized boards : add PS2 keyboard support to fix keyboard being inactive at reboot and potentially x230t which is raw sometimes on boot. --- config/coreboot-x230-hotp-maximized.config | 1 + config/coreboot-x230-maximized.config | 1 + 2 files changed, 2 insertions(+) diff --git a/config/coreboot-x230-hotp-maximized.config b/config/coreboot-x230-hotp-maximized.config index 618201f7..c792d1aa 100644 --- a/config/coreboot-x230-hotp-maximized.config +++ b/config/coreboot-x230-hotp-maximized.config @@ -11,6 +11,7 @@ CONFIG_UART_PCI_ADDR=0 CONFIG_HAVE_ME_BIN=y CONFIG_HAVE_GBE_BIN=y CONFIG_NO_GFX_INIT=y +CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_TPM_MEASURED_BOOT=y CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000 CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y diff --git a/config/coreboot-x230-maximized.config b/config/coreboot-x230-maximized.config index 17c9a27f..622d439e 100644 --- a/config/coreboot-x230-maximized.config +++ b/config/coreboot-x230-maximized.config @@ -11,6 +11,7 @@ CONFIG_UART_PCI_ADDR=0 CONFIG_HAVE_ME_BIN=y CONFIG_HAVE_GBE_BIN=y CONFIG_NO_GFX_INIT=y +CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_TPM_MEASURED_BOOT=y CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000 CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y