From 5ae99f8aa91322b8e83d3391af8be23af36494a2 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Thu, 6 Apr 2023 22:25:21 -0600 Subject: [PATCH] mb/google/myst: Disable keyboard reset pin The keyboard reset is not being used on this board, so disable the functionality. BUG=b:277294460 TEST=None Change-Id: If7fb9ab0c9b1260d342313badb65c55bb9f788c0 Signed-off-by: Jon Murphy Reviewed-on: https://review.coreboot.org/c/coreboot/+/74285 Reviewed-by: Tim Van Patten Tested-by: build bot (Jenkins) --- src/mainboard/google/myst/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig index 956267f824..24caa528eb 100644 --- a/src/mainboard/google/myst/Kconfig +++ b/src/mainboard/google/myst/Kconfig @@ -9,6 +9,7 @@ config BOARD_SPECIFIC_OPTIONS def_bool y select AMD_SOC_CONSOLE_UART select BOARD_ROMSIZE_KB_16384 + select DISABLE_KEYBOARD_RESET_PIN select DRIVERS_I2C_GENERIC select DRIVERS_I2C_HID select EC_GOOGLE_CHROMEEC