summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/strago/acpi/ec.asl
blob: e361a3e78fcc0131b4bde991338b96d1e98cc723 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/* mainboard configuration */
#include "ec.h"

/* Enable LID switch */
#define EC_ENABLE_LID_SWITCH

/* ACPI code for EC functions */
#include <ec/google/chromeec/acpi/ec.asl>