]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/qemu/Kconfig
Merge git://git.denx.de/u-boot-spi
[u-boot] / arch / x86 / cpu / qemu / Kconfig
index 4f9862194a97e094b9cabee0439828453a1b4e28..da378128fecf8c51aedd23ec644e58b5f5f17dbb 100644 (file)
@@ -6,6 +6,13 @@
 
 config QEMU
        bool
+       select ARCH_EARLY_INIT_R
+       imply AHCI_PCI
+       imply E1000
+       imply SYS_NS16550
+       imply USB
+       imply USB_EHCI_HCD
+       imply VIDEO_VESA
 
 if QEMU
 
@@ -17,4 +24,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