x86: acpi: Add Kconfig option and header file for ACPI resume
authorBin Meng <bmeng.cn@gmail.com>
Fri, 21 Apr 2017 14:24:28 +0000 (07:24 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 17 May 2017 09:11:46 +0000 (17:11 +0800)
commit4372c111d49f1fa0fec0c8645c23a6266617e69d
treedf5fe0870381eb09003f8435ef5ff6077ca55201
parent4125bbcef6a998ce8580a1f5c53c8c93a56a125b
x86: acpi: Add Kconfig option and header file for ACPI resume

This introduces a Kconfig option for ACPI S3 resume, as well as a
header file to include anything related to ACPI S3 resume.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Stefan Roese <sr@denx.de>
arch/x86/Kconfig
arch/x86/include/asm/acpi_s3.h [new file with mode: 0644]