From bfb001d1a0b953fd832fce6bb13c02657ab1139f Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 4 Dec 2018 10:13:25 -0800 Subject: ec/google/wilco: Guard DTPF with ifdef There is a dependency issue with the EC DPTF code accessing methods that are external, but once the mainboard includes the relevant code they become internal and the current version of IASL used by jenkins will fail to compile it. Until the new IASL is deployed everywhere wrap the EC DPTF code and expect that the mainboard will explicitly enable it. Change-Id: I612ad8f86d424060ca0303d267d7c2915c760173 Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/c/30036 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/ec/google/wilco/acpi/ec.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ec/google/wilco/acpi/ec.asl') diff --git a/src/ec/google/wilco/acpi/ec.asl b/src/ec/google/wilco/acpi/ec.asl index ff8fccc596..f9b16b5bb1 100644 --- a/src/ec/google/wilco/acpi/ec.asl +++ b/src/ec/google/wilco/acpi/ec.asl @@ -147,5 +147,7 @@ Device (EC0) #include "event.asl" #include "lid.asl" #include "platform.asl" +#ifdef EC_ENABLE_DPTF #include "dptf.asl" +#endif } -- cgit v1.2.3