summaryrefslogtreecommitdiff
path: root/src/ec/clevo/it5570e/acpi/common.asl
blob: 21ddbd9816db2cf4dc008606301354203e54abb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef EC_GPE_SCI
#error EC_GPE_SCI must be defined by mainboard.
#endif
#ifndef EC_GPE_PWRB
#error EC_GPE_PWRB must be defined by mainboard.
#endif
#ifndef EC_GPE_SLPB
#error EC_GPE_PWRB must be defined by mainboard.
#endif
#ifndef EC_GPE_LID
#error EC_GPE_LID must be defined by mainboard.
#endif

Scope (\_SB)
{
	#include "ac.asl"
	#include "battery.asl"
	#include "buttons.asl"
	#include "lid.asl"
	#include "hid.asl"

	Scope (PCI0.LPCB)
	{
		#include "ec.asl"
	}
}