diff options
author | Eric Lai <ericr_lai@compal.corp-partner.google.com> | 2021-11-12 11:33:20 +0800 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-11-15 10:07:29 +0000 |
commit | 91c3ace5af5c0db5512554370bfbabe6b693156d (patch) | |
tree | 8fe41a2dbc7fadd812bb3287c1b01324d9116dc6 /src/mainboard/google/brya/Kconfig.name | |
parent | 6bc300d8d5eeec4315fe25c78b5ac535e7a4a907 (diff) |
mb/google/brya/var/felwinter: Enable garage pen detection
Enable garage pen detection.
BUG=b:197912223
TEST=Check evtest can trigger event when toggling the switch.
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: Ib5929c876d1a0da34dadd7997a61ab8e75acbbb6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59234
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig.name')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index bd8cf6f7f6..4afee7423b 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -60,6 +60,7 @@ config BOARD_GOOGLE_TAEKO config BOARD_GOOGLE_FELWINTER bool "-> Felwinter" select BOARD_GOOGLE_BASEBOARD_BRYA + select DRIVERS_GENERIC_GPIO_KEYS config BOARD_GOOGLE_ANAHERA bool "-> Anahera" |