summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/qemu/Kconfig
diff options
context:
space:
mode:
authorMiao Yan <yanmiaobest@gmail.com>2016-01-20 09:57:05 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-01-28 05:53:30 (GMT)
commita3b15a055662ea4a8db6b8f70aa870b541e0cda9 (patch)
tree8cf7e507785d9c32f0432dd7f019057fc6e64759 /arch/x86/cpu/qemu/Kconfig
parent25757220d6c11645b32489e9c8318559815b0dee (diff)
downloadu-boot-fsl-qoriq-a3b15a055662ea4a8db6b8f70aa870b541e0cda9.tar.xz
x86: qemu: setup PM IO base for ACPI in southbridge
Enable ACPI IO space for piix4 (for pc board) and ich9 (for q35 board) Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/qemu/Kconfig')
-rw-r--r--arch/x86/cpu/qemu/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig
index 4f98621..6808c9a 100644
--- a/arch/x86/cpu/qemu/Kconfig
+++ b/arch/x86/cpu/qemu/Kconfig
@@ -17,4 +17,11 @@ config SYS_CAR_SIZE
hex
default 0x10000
+config ACPI_PM1_BASE
+ hex
+ default 0xe400
+ help
+ ACPI Power Managment 1 (PM1) i/o-mapped base address.
+ This device is defined in ACPI specification, with 16 bytes in size.
+
endif