From c7a1084b99a310fd72d3774d2e6606786ceee7b4 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 8 Feb 2023 14:28:19 -0700 Subject: mb/google/skyrim: Disable keyboard reset The keyboard reset is not being used on this board, so disable the functionality. BUG=None TEST=Check register values Signed-off-by: Martin Roth Change-Id: I4a9f8f254dfefcb32a77f558f984bcdd6004d34b Reviewed-on: https://review.coreboot.org/c/coreboot/+/72913 Reviewed-by: Jon Murphy Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/skyrim/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/skyrim') diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index f6b7253073..3a05218a92 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -15,6 +15,7 @@ config BOARD_SPECIFIC_OPTIONS def_bool y select AMD_SOC_CONSOLE_UART select BOARD_ROMSIZE_KB_16384 + select DISABLE_KEYBOARD_RESET_PIN select DISABLE_SPI_FLASH_ROM_SHARING select DRIVERS_GENERIC_GPIO_KEYS select DRIVERS_GENERIC_MAX98357A -- cgit v1.2.3