mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: google/eve: Enable ACPI keyboard backlight
Enable the ACPI interface to EC driven keyboard backlight. BUG=chrome-os-partner:61464 BRANCH=none TEST=manual testing on P1 system Original-Change-Id: I13d96c13d7db726b1e8289131db65104bd302efe Original-signed-off-by: Duncan Laurie <dlaurie@chromium.org> Change-Id: Iab315a2b38c6f10c4a4ff15ebde2a6a237e8637f Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/430294 Commit-Ready: Duncan Laurie <dlaurie@google.com> Tested-by: Duncan Laurie <dlaurie@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
2e48a0845a
commit
11a49c8394
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@
|
|||
/* Enable EC backed ALS device in ACPI */
|
||||
#define EC_ENABLE_ALS_DEVICE
|
||||
|
||||
/* Enable EC backed Keyboard Backlight in ACPI */
|
||||
#define EC_ENABLE_KEYBOARD_BACKLIGHT
|
||||
|
||||
/* Enable LID switch and provide wake pin for EC */
|
||||
#define EC_ENABLE_LID_SWITCH
|
||||
#define EC_ENABLE_WAKE_PIN GPE_EC_WAKE
|
||||
|
|
Loading…
Add table
Reference in a new issue