Akshu Agrawal has uploaded this change for review. ( https://review.coreboot.org/21146
Change subject: google/kahlee: Enable ALS connected to EC ......................................................................
google/kahlee: Enable ALS connected to EC
Kahlee has an ambient light sensor connected to the EC
Change-Id: Id1138a0fc5270489a734bdf8b1f4ac02d358c0df Signed-off-by: Akshu Agrawal akshu.agrawal@amd.com --- M src/mainboard/google/kahlee/ec.h 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/21146/1
diff --git a/src/mainboard/google/kahlee/ec.h b/src/mainboard/google/kahlee/ec.h index b8b5af8..deb2cb1 100644 --- a/src/mainboard/google/kahlee/ec.h +++ b/src/mainboard/google/kahlee/ec.h @@ -61,6 +61,9 @@ /* Enable LID switch */ #define EC_ENABLE_LID_SWITCH
+/* Enable EC backed ALS device in ACPI */ +#define EC_ENABLE_ALS_DEVICE + #define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */ #define SIO_EC_HOST_ENABLE /* EC Host Interface Resources */ #define SIO_EC_ENABLE_PS2K /* Enable PS/2 Keyboard */