diff options
author | Alex Levin <levinale@chromium.org> | 2020-04-20 21:55:24 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-04-27 05:54:56 +0000 |
commit | 34d9e68ff9026496fb262a2098ccdd2716bd8eb3 (patch) | |
tree | ad56298c38726b2f2fe4c4fd62cc590c89f3dcda /src/mainboard/google/volteer/Kconfig | |
parent | d6f7ec5f44810a3b7061df1be5c4be456e5852de (diff) |
mb/google/volteer: add touchscreen entry to Volteer
BUG=b:149588766
TEST=ELAN and Goodix touchscreen works.
Signed-off-by: Alex Levin <levinale@chromium.org>
Change-Id: I1c3e75eb03a8ab434ee58bf36a155f2255612083
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40551
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'src/mainboard/google/volteer/Kconfig')
-rw-r--r-- | src/mainboard/google/volteer/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig index 0870c61ecb..04b2bb0f30 100644 --- a/src/mainboard/google/volteer/Kconfig +++ b/src/mainboard/google/volteer/Kconfig @@ -3,6 +3,7 @@ config BOARD_GOOGLE_BASEBOARD_VOLTEER select BOARD_ROMSIZE_KB_32768 select DRIVERS_GENERIC_MAX98357A select DRIVERS_I2C_GENERIC + select DRIVERS_I2C_HID select DRIVERS_SPI_ACPI select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_BOARDID |