diff options
author | Katherine Hsieh <Katherine.Hsieh@quantatw.com> | 2017-04-27 14:29:11 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-05-09 17:37:42 +0200 |
commit | 709bc6eadab43d8faf96e1634dc439f2967c03f0 (patch) | |
tree | c48e1c2351f60f858662085e3d5f50e671798d1f /src/mainboard | |
parent | 5e3cb72a71920e52ad1cc0d315a00e59522190b2 (diff) |
google/sand: Add keyboard backlight support
BUG=None
TEST=emerge-sand coreboot chromeos-bootimage and verify the keyboard
backlight can be bright and alt+f6, alt+f7 function keys can be used.
Change-Id: I86a35551a9348ff6ad26dfccd3b2786282d56069
Signed-off-by: Katherine Hsieh <Katherine.Hsieh@quantatw.com>
Reviewed-on: https://review.coreboot.org/19479
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')
-rw-r--r-- | src/mainboard/google/reef/variants/sand/include/variant/ec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/variants/sand/include/variant/ec.h b/src/mainboard/google/reef/variants/sand/include/variant/ec.h index 80cf80673f..e4377c88c3 100644 --- a/src/mainboard/google/reef/variants/sand/include/variant/ec.h +++ b/src/mainboard/google/reef/variants/sand/include/variant/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 EC backed PD MCU device in ACPI */ #define EC_ENABLE_PD_MCU_DEVICE |