2019-09-24 02:23:02 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# This file is part of the coreboot project.
|
2015-04-16 02:03:26 +02:00
|
|
|
|
2016-07-14 06:13:25 +02:00
|
|
|
config ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
|
|
|
def_bool n
|
|
|
|
help
|
2017-10-04 23:10:00 +02:00
|
|
|
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
|
2016-07-14 06:13:25 +02:00
|
|
|
values.
|