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>
This commit is contained in:
parent
391709154c
commit
04de23214e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue