• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3/* mainboard configuration */
4#include "../ec.h"
5#include <variant/ec.h>
6#include <variant/gpio.h>
7
8/* Enable EC backed PD MCU device in ACPI */
9#define EC_ENABLE_PD_MCU_DEVICE
10
11/* Enable LID switch and provide wake pin for EC */
12#define EC_ENABLE_LID_SWITCH
13#define EC_ENABLE_WAKE_PIN	GPE_EC_WAKE
14
15/* ACPI code for EC functions */
16#include <ec/google/chromeec/acpi/ec.asl>
17