mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / intel / kunimitsu / acpi / ec.asl
blob09f58920675f3c6af6007137e418793687e54aa7
1 /*
2  * This file is part of the coreboot project.
3  *
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; version 2 of the License.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
15 /* mainboard configuration */
16 #include "../ec.h"
17 #include "../gpio.h"
19 /* Enable EC backed ALS device in ACPI */
20 #define EC_ENABLE_ALS_DEVICE
22 /* Enable EC backed PD MCU device in ACPI */
23 #define EC_ENABLE_PD_MCU_DEVICE
25 /* Enable LID switch and provide wake pin for EC */
26 #define EC_ENABLE_LID_SWITCH
27 #define EC_ENABLE_WAKE_PIN      GPE_EC_WAKE
29 /* ACPI code for EC functions */
30 #include <ec/google/chromeec/acpi/ec.asl>