diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2017-01-18 14:31:10 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-20 17:18:27 +0100 |
commit | cdb93a592274f4e8f423b5d27ecf25374e7dcd15 (patch) | |
tree | 2c06c015c7bc49314cc175f62b3c71bb7b0bccd6 /src | |
parent | 79075bf9d075eb96098ea0825c914637240be110 (diff) | |
download | coreboot-cdb93a592274f4e8f423b5d27ecf25374e7dcd15.tar.xz |
google/eve: Enable ACPI keyboard backlight
Enable the ACPI interface to EC driven keyboard backlight.
BUG=chrome-os-partner:61464
TEST=manual testing on P1 system
Change-Id: I13d96c13d7db726b1e8289131db65104bd302efe
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/18171
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/eve/ec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/eve/ec.h b/src/mainboard/google/eve/ec.h index 4cdf3db6f2..25fddfca6e 100644 --- a/src/mainboard/google/eve/ec.h +++ b/src/mainboard/google/eve/ec.h @@ -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 |