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:
parent
43ac56bf43
commit
65278f5cae
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue