blob: d5b45713bf1b294d90e62ad3da504951d737a771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* mainboard configuration */
#include <mainboard/google/rambi/ec.h>
#include <variant/onboard.h>
/* Enable LID switch and provide wake pin for EC */
#define EC_ENABLE_LID_SWITCH
#define EC_ENABLE_WAKE_PIN BOARD_PCH_WAKE_GPIO
/* ACPI code for EC functions */
#include <ec/google/chromeec/acpi/ec.asl>
|