summaryrefslogtreecommitdiff
path: root/src/acpi
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2017-10-04 15:10:00 -0600
committerAaron Durbin <adurbin@chromium.org>2017-11-10 19:15:38 +0000
commit6139a5c6ad369cebd16cd8a9c800c30121c7873b (patch)
tree1dca6f056c8c35dd76d24a86755f4219d7a1245b /src/acpi
parent77fee09509807f17d2d8a638b3e72cacb5bcdbc4 (diff)
downloadcoreboot-6139a5c6ad369cebd16cd8a9c800c30121c7873b.tar.xz
arch/x86: Add common AMD ACPI hardware definitions
Match the corresonding Intel definitions for the ACPI register definitions. Change-Id: Ib804f4544d04fe08fefa493d75e0375de7cf9348 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/21883 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'src/acpi')
-rw-r--r--src/acpi/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig
index 80276f5889..72cfff50c1 100644
--- a/src/acpi/Kconfig
+++ b/src/acpi/Kconfig
@@ -8,5 +8,11 @@ config ACPI_SATA_GENERATOR
config ACPI_INTEL_HARDWARE_SLEEP_VALUES
def_bool n
help
- Provide common definitions for Intel hardware PM1_CNT regiser sleep
+ Provide common definitions for Intel hardware PM1_CNT register sleep
+ values.
+
+config ACPI_AMD_HARDWARE_SLEEP_VALUES
+ def_bool n
+ help
+ Provide common definitions for AMD hardware PM1_CNT register sleep
values.