From ef549a04c50aaef425b6f21324aa275d2e1318f4 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 1 Sep 2015 09:47:55 -0700 Subject: chromeec: Move keyboard backlight code into Chrome EC directory Since more boards are starting to use the EC provided keyboard backlight interface move the code to a common place and allow it to get included in mainboards. Change-Id: I3f307bbce1a96cdd1c8224b1e89a63d6fedef738 Signed-off-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/11478 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/samus/acpi/ec.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/samus/acpi/ec.asl') diff --git a/src/mainboard/google/samus/acpi/ec.asl b/src/mainboard/google/samus/acpi/ec.asl index 41951d1b3a..1147fcf136 100644 --- a/src/mainboard/google/samus/acpi/ec.asl +++ b/src/mainboard/google/samus/acpi/ec.asl @@ -23,6 +23,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 -- cgit v1.2.3