diff options
author | Furquan Shaikh <furquan@chromium.org> | 2018-01-11 20:29:38 -0800 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-01-31 03:04:43 +0000 |
commit | bb1e539f1440bc805dd6350ffba9646454334b2f (patch) | |
tree | 4cd98e042514c79bc11032d7e0faf5d6aad48b9d /src/mainboard/google/poppy/Kconfig | |
parent | 3c8e00e4cc46a25aaead85481ec745ebac95ed30 (diff) | |
download | coreboot-bb1e539f1440bc805dd6350ffba9646454334b2f.tar.xz |
mb/google/poppy/variants/nautilus: Add gpio-keys ACPI node for PENH
This change uses gpio_keys driver to add ACPI node for pen eject event.
BUG=b:71329519
TEST=Verified using evtest that pen eject event results in events as
expected.
Change-Id: Ib293c2ca532c8ed9e2587143b1a69300cd9fa4e9
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/23238
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard/google/poppy/Kconfig')
-rw-r--r-- | src/mainboard/google/poppy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig index 1734ac05dd..d4679f62b0 100644 --- a/src/mainboard/google/poppy/Kconfig +++ b/src/mainboard/google/poppy/Kconfig @@ -2,6 +2,7 @@ config BOARD_GOOGLE_BASEBOARD_POPPY def_bool n select BOARD_ROMSIZE_KB_16384 + select DRIVERS_GENERIC_GPIO_KEYS select DRIVERS_I2C_GENERIC select DRIVERS_I2C_HID select EC_GOOGLE_CHROMEEC |