6139a5c6ad
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>
18 lines
364 B
Text
18 lines
364 B
Text
|
|
config ACPI_SATA_GENERATOR
|
|
bool
|
|
default n
|
|
help
|
|
Use ACPI SATA port generator.
|
|
|
|
config ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
|
def_bool n
|
|
help
|
|
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.
|