diff options
author | Chris Zhou <chris_zhou@compal.corp-partner.google.com> | 2019-02-15 10:31:50 +0800 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2019-02-15 03:37:20 +0000 |
commit | 04de23214ef8d2575725e72586dd5bde6f0b256e (patch) | |
tree | 8307df56d87533eaff7c84c42efff1f0b464135e /src/mainboard | |
parent | 391709154c3898458fd8614521a2eab2d0534aae (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/sarien/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index 4aea9f7470..a976d36e1c 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -100,7 +100,7 @@ config DEVICETREE 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 |