summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/zork/variants/morphius/include/variant/ec.h
diff options
context:
space:
mode:
authorTim Van Patten <timvp@google.com>2022-08-29 11:36:35 -0600
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-08-31 19:03:02 +0000
commit2873fd277000cbe48348c92b20bce2eaa7212e10 (patch)
tree987adbdebebe6d6f16d0b90ef50a55c916b28012 /src/mainboard/google/zork/variants/morphius/include/variant/ec.h
parent9e86b71e7936fd17a2b6d2c15ccd81442f21c576 (diff)
downloadcoreboot-2873fd277000cbe48348c92b20bce2eaa7212e10.tar.gz
coreboot-2873fd277000cbe48348c92b20bce2eaa7212e10.tar.bz2
coreboot-2873fd277000cbe48348c92b20bce2eaa7212e10.zip
acpi: Replace EC_ENABLE_AMD_DPTC_SUPPORT with Kconfig value
Compile-time support of DPTC is controlled by EC_ENABLE_AMD_DPTC_SUPPORT in each variant's ec.h file. This CL removes EC_ENABLE_AMD_DPTC_SUPPORT and replaces it with the Kconfig value SOC_AMD_COMMON_BLOCK_ACPI_DPTC. Each variant's run-time support of DPTC continues to be controlled by the variant's overridetree.cb "dptc_enable" value. BRANCH=none BUG=b:217911928 TEST=Build zork TEST=Boot skyrim Signed-off-by: Tim Van Patten <timvp@google.com> Change-Id: Ic101e74bab88e20be0cb5aaf66e4349baa1432e3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67180 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/google/zork/variants/morphius/include/variant/ec.h')
-rw-r--r--src/mainboard/google/zork/variants/morphius/include/variant/ec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/zork/variants/morphius/include/variant/ec.h b/src/mainboard/google/zork/variants/morphius/include/variant/ec.h
index fbcdf4e0f895..4dc208fd6dfe 100644
--- a/src/mainboard/google/zork/variants/morphius/include/variant/ec.h
+++ b/src/mainboard/google/zork/variants/morphius/include/variant/ec.h
@@ -6,9 +6,6 @@
#define SIO_EC_ENABLE_PS2M
#define SIO_EC_PS2M_IRQ Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {12}
-/* Enable DPTC support */
-#define EC_ENABLE_AMD_DPTC_SUPPORT
-
#undef MAINBOARD_EC_S3_WAKE_EVENTS
#undef MAINBOARD_EC_S3_DEVICE_EVENTS
#define MAINBOARD_EC_S3_WAKE_EVENTS \