device/pci_ids: Add Intel Panther Lake device IDs for Bluetooth CNVi
[coreboot.git] / src / mainboard / google / link / acpi / ec.asl
blob4d70889e417b9d6af79deb98bd86eb42c6e8a91b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* mainboard configuration */
4 #include "../ec.h"
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>