From dc818cc39c8ef68617b414ff3f7c214be54e8ee6 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Wed, 7 Jun 2023 21:39:00 -0600 Subject: mb/google/myst: Add pen detect support Add pen detect support on the SOC pen detect GPIO. BUG=b:286296762 TEST=Verify pen detect works on Myst Change-Id: I922d643a83c5cd8ea0ab9fe6733f7aa05d935802 Signed-off-by: Jon Murphy Reviewed-on: https://review.coreboot.org/c/coreboot/+/75696 Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian Reviewed-by: Tim Van Patten Reviewed-by: Eric Lai --- src/mainboard/google/myst/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/myst/Kconfig') diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig index a35596c96f..bfa4d03be3 100644 --- a/src/mainboard/google/myst/Kconfig +++ b/src/mainboard/google/myst/Kconfig @@ -10,6 +10,7 @@ config BOARD_SPECIFIC_OPTIONS select AMD_SOC_CONSOLE_UART select BOARD_ROMSIZE_KB_16384 select DISABLE_KEYBOARD_RESET_PIN + select DRIVERS_GENERIC_GPIO_KEYS select DRIVERS_I2C_GENERIC select DRIVERS_I2C_HID select DRIVERS_WIFI_GENERIC -- cgit v1.2.3