aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/lemp9/Kconfig
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2020-07-20 15:18:29 -0600
committerMichael Niewöhner <c0d3z3r0@review.coreboot.org>2020-09-06 16:37:03 +0000
commit2d28c4cff4de4ae286918e78204d43340f764ea4 (patch)
tree93d2f67c10b259b2c145b589ad75341ce48df3b5 /src/mainboard/system76/lemp9/Kconfig
parente83d30bb5a240757b2e0a712e012c9fe6ab44f95 (diff)
mb/system76/lemp9: enable I2C HID touchpad
Enable the I2C HID driver, configure I2C bus 0 and add the touchpad device to the devicetree. Tested on lemp9, touchpad confirmed to use i2c-hid driver in Linux instead of PS/2. Signed-off-by: Jeremy Soller <jeremy@system76.com> Change-Id: Ic3a90fda134b1d53f28ab687b3033ec52fee843b Reviewed-on: https://review.coreboot.org/c/coreboot/+/43623 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/lemp9/Kconfig')
-rw-r--r--src/mainboard/system76/lemp9/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig
index 6f2bee76b1..6b5b75012c 100644
--- a/src/mainboard/system76/lemp9/Kconfig
+++ b/src/mainboard/system76/lemp9/Kconfig
@@ -3,6 +3,7 @@ if BOARD_SYSTEM76_LEMP9
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_16384
+ select DRIVERS_I2C_HID
select EC_SYSTEM76_EC
select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES