From cdb93a592274f4e8f423b5d27ecf25374e7dcd15 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 18 Jan 2017 14:31:10 -0800 Subject: 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 Reviewed-on: https://review.coreboot.org/18171 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/eve/ec.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/eve') 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 -- cgit v1.2.3