ec/google/wilco: Guard DTPF with ifdef
commitbfb001d1a0b953fd832fce6bb13c02657ab1139f
authorDuncan Laurie <dlaurie@google.com>
Tue, 4 Dec 2018 18:13:25 +0000 (4 10:13 -0800)
committerDuncan Laurie <dlaurie@chromium.org>
Tue, 4 Dec 2018 22:49:13 +0000 (4 22:49 +0000)
treec86e6c2d274791d16d59f10a8177ea53f406f147
parent98d7de7ea93379957fc3f48bef6912e9947e1099
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 <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/30036
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
src/ec/google/wilco/acpi/dptf.asl
src/ec/google/wilco/acpi/ec.asl
src/ec/google/wilco/acpi/event.asl