x86: qemu: setup PM IO base for ACPI in southbridge
[oweals/u-boot.git] / arch / x86 / cpu / qemu / Kconfig
index 4f9862194a97e094b9cabee0439828453a1b4e28..6808c9a6b9a262b5ce67b2708e396902505d8b0c 100644 (file)
@@ -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