diff options
author | Martin Roth <martinroth@google.com> | 2018-04-02 00:41:28 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-04-11 14:08:52 +0000 |
commit | 79efe52e7dbb70b02cdf448de32e895729ddde7e (patch) | |
tree | 18be5471d2f120f0a02631c6da444622be3a7441 | |
parent | 68f688896ce347f7304748b655332354dc1da778 (diff) |
mainboard/google/kahlee: Enable Keyboard backlight for Grunt
Grunt supports a keyboard backlight, so enable the ASL code.
BUG=b:77455525
Test=Boot Grunt, verify that the string 'KBLT' is in the DSDT.
Change-Id: Idf0f23581bcba0b035c126c68fb167274d7c698a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/25470
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h b/src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h index 294a48d908..96388ae5e0 100644 --- a/src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h +++ b/src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h @@ -1 +1,4 @@ #include <baseboard/ec.h> + +/* Enable EC backed Keyboard Backlight in ACPI */ +#define EC_ENABLE_KEYBOARD_BACKLIGHT |