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