Duncan Laurie has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31430 )
Change subject: mb/google/sarien: Set ELAN as the default for touch panel ......................................................................
mb/google/sarien: Set ELAN as the default for touch panel
According to request of comment 35, setting ELAN as the default.
BUG=b:122019253 BRANCH=master TEST=Verify touchscreen on sarien works with this change.
Signed-off-by: Chris Zhou chris_zhou@compal.corp-partner.google.com Change-Id: Iee5e7a21545ca798c0c22f86906acc8e7d81e945 Reviewed-on: https://review.coreboot.org/c/31430 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Duncan Laurie dlaurie@chromium.org --- M src/mainboard/google/sarien/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Duncan Laurie: Looks good to me, approved
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index 4aea9f7..a976d36 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -100,7 +100,7 @@ config TOUCHSCREEN_HID string "Specify the touchscreen HID enabled for the OS" default "WCOM48E2" if BOARD_GOOGLE_ARCADA - default "NONE" if BOARD_GOOGLE_SARIEN + default "ELAN900C" if BOARD_GOOGLE_SARIEN
config VBOOT select HAS_RECOVERY_MRC_CACHE