summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Wu <david_wu@quanta.corp-partner.google.com>2022-04-29 17:29:32 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-05-02 14:03:23 +0000
commit9f8fdfc2dff34c2ad1c1aeba506221fe659419cc (patch)
tree5f2baf1b7c05c61f69cb9bf52f573cfe65bb339b
parentc99389d01577999e3999adb0da34ac0f97db2e23 (diff)
downloadcoreboot-9f8fdfc2dff34c2ad1c1aeba506221fe659419cc.tar.gz
coreboot-9f8fdfc2dff34c2ad1c1aeba506221fe659419cc.tar.bz2
coreboot-9f8fdfc2dff34c2ad1c1aeba506221fe659419cc.zip
mb/google/brya/var/osiris: Enable EC keyboard backlight
Enable EC keyboard backlight for osiris. BUG=b:224423318 TEST=FW_NAME=osiris emerge-brya coreboot chromeos-bootimage Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Change-Id: I501155531bff8c59641e88ea61aab623cb9a1868 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63952 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com>
-rw-r--r--src/mainboard/google/brya/variants/osiris/include/variant/ec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/osiris/include/variant/ec.h b/src/mainboard/google/brya/variants/osiris/include/variant/ec.h
index 7a2a6ff8b774..6f104d5da4ec 100644
--- a/src/mainboard/google/brya/variants/osiris/include/variant/ec.h
+++ b/src/mainboard/google/brya/variants/osiris/include/variant/ec.h
@@ -5,4 +5,7 @@
#include <baseboard/ec.h>
+/* Enable EC backed Keyboard Backlight in ACPI */
+#define EC_ENABLE_KEYBOARD_BACKLIGHT
+
#endif