blob: 09c6cbda7a8975477ab4bb30ec44c71b91df7778 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* 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>
|