diff options
author | Kevin Chiu <Kevin.Chiu@quantatw.com> | 2017-07-18 18:25:46 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-07-19 16:33:50 +0000 |
commit | 1642e1315857654c6a58938c63cac484c76f34de (patch) | |
tree | 0b6aca91740cddf91ee232c6997f8b64370be3b4 /src/mainboard/google/reef | |
parent | acfc149f7b16ef40816e3d5d4c2f8452fe9dd091 (diff) | |
download | coreboot-1642e1315857654c6a58938c63cac484c76f34de.tar.xz |
google/snappy: Add keyboard backlight support
BUG=none
BRANCH=reef
TEST=emerge-snappy coreboot chromeos-bootimage and verify the keyboard
backlight can be bright and alt+f6, alt+f7 function keys can be used.
Change-Id: I6d06f72e1ccc66292b4e5f867314d84c309af885
Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/20633
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/variants/snappy/include/variant/ec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/variants/snappy/include/variant/ec.h b/src/mainboard/google/reef/variants/snappy/include/variant/ec.h index 586f1064f4..4f5051b384 100644 --- a/src/mainboard/google/reef/variants/snappy/include/variant/ec.h +++ b/src/mainboard/google/reef/variants/snappy/include/variant/ec.h @@ -18,4 +18,7 @@ #include <baseboard/ec.h> +/* Enable EC backed Keyboard Backlight in ACPI */ +#define EC_ENABLE_KEYBOARD_BACKLIGHT + #endif |