mb/lenovo/x230: Remove old USB configurations
[coreboot2.git] / src / ec / clevo / it5570e / acpi / common.asl
blob21ddbd9816db2cf4dc008606301354203e54abb1
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef EC_GPE_SCI
4 #error EC_GPE_SCI must be defined by mainboard.
5 #endif
6 #ifndef EC_GPE_PWRB
7 #error EC_GPE_PWRB must be defined by mainboard.
8 #endif
9 #ifndef EC_GPE_SLPB
10 #error EC_GPE_PWRB must be defined by mainboard.
11 #endif
12 #ifndef EC_GPE_LID
13 #error EC_GPE_LID must be defined by mainboard.
14 #endif
16 Scope (\_SB)
18         #include "ac.asl"
19         #include "battery.asl"
20         #include "buttons.asl"
21         #include "lid.asl"
22         #include "hid.asl"
24         Scope (PCI0.LPCB)
25         {
26                 #include "ec.asl"
27         }