1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* mainboard configuration */
6 /* Enable EC backed Keyboard Backlight in ACPI */
7 #define EC_ENABLE_KEYBOARD_BACKLIGHT
9 /* Enable LID switch and provide wake pin for EC */
10 #define EC_ENABLE_LID_SWITCH
12 /* EC_LID_OUT is GPIO15 */
13 #define EC_ENABLE_WAKE_PIN 0x1f
15 /* ACPI code for EC functions */
16 #include <ec/google/chromeec/acpi/ec.asl>