blob: 08ab88dd14d98c2703e3ecfb273725b0322e67b7 (
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>
|