acpi/soc: Conditionally include dptc.asl
Conditionally include dptc.asl based on the Kconfig value SOC_AMD_COMMON_BLOCK_ACPI_DPTC. BRANCH=none BUG=b:217911928 TEST=Build zork TEST=Build guybrush TEST=Build skyrim TEST=Build majolica Change-Id: Idd94af8e8b2d7973abc0fb939e4600189e21656a Signed-off-by: Tim Van Patten <timvp@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67620 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
44e4bf26a1
commit
9b3112c875
|
@ -27,7 +27,9 @@ Scope(\_SB) {
|
|||
|
||||
#include <soc/amd/common/acpi/upep.asl>
|
||||
|
||||
#if CONFIG(SOC_AMD_COMMON_BLOCK_ACPI_DPTC)
|
||||
#include <soc/amd/common/acpi/dptc.asl>
|
||||
#endif
|
||||
|
||||
#include "rtc_workaround.asl"
|
||||
|
||||
|
|
|
@ -29,7 +29,9 @@ Scope(\_SB) {
|
|||
|
||||
#include <soc/amd/common/acpi/upep.asl>
|
||||
|
||||
#if CONFIG(SOC_AMD_COMMON_BLOCK_ACPI_DPTC)
|
||||
#include <soc/amd/common/acpi/dptc.asl>
|
||||
#endif
|
||||
|
||||
#include "rtc_workaround.asl"
|
||||
|
||||
|
|
|
@ -17,4 +17,6 @@ Device(PCI0) {
|
|||
/* Add GPIO library */
|
||||
#include <soc/amd/common/acpi/gpio_bank_lib.asl>
|
||||
|
||||
#if CONFIG(SOC_AMD_COMMON_BLOCK_ACPI_DPTC)
|
||||
#include <soc/amd/common/acpi/dptc.asl>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue