]> git.proxmox.com Git - qemu.git/commitdiff
default-configs/ppc64: add all components of i82378 SuperIO chip used by prep
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 22 Jul 2013 13:54:33 +0000 (15:54 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 25 Jul 2013 13:12:28 +0000 (08:12 -0500)
The device provides an ISA bus so that pseries can also run the
endianness test.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1374501278-31549-24-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
default-configs/ppc64-softmmu.mak

index 01644435978d48ba79187b93b9a17e42797dffff..7831c2bf57f2458e11a4ef12cb42d1c1335a0120 100644 (file)
@@ -48,5 +48,11 @@ CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
 # For pSeries
 CONFIG_XICS=$(CONFIG_PSERIES)
 # For PReP
+CONFIG_I82378=y
+CONFIG_I8259=y
+CONFIG_I8254=y
+CONFIG_PCSPK=y
+CONFIG_I82374=y
+CONFIG_I8257=y
 CONFIG_MC146818RTC=y
 CONFIG_ISA_TESTDEV=y