ec/starlabs/merlin: Only include battery ACPI for systems with a battery

Change-Id: I381714887f4319d8e1a25c1e493ba03631cbf082
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85716
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2024-12-20 13:05:29 +00:00
commit 65278f5cae

View file

@ -134,7 +134,9 @@ Scope (\_SB.PCI0.LPCB)
}
#include "ac.asl"
#if CONFIG(SYSTEM_TYPE_LAPTOP) || CONFIG(SYSTEM_TYPE_DETACHABLE)
#include "battery.asl"
#endif
#if !CONFIG(EC_STARLABS_MERLIN)
#include "events.asl"
#endif