From: Paolo Bonzini Date: Mon, 22 Jul 2013 13:54:33 +0000 (+0200) Subject: default-configs/ppc64: add all components of i82378 SuperIO chip used by prep X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~524^2~3^2~363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c9984242ce46ccf8636f5c19e81d794e84aa0c7;p=sdk%2Femulator%2Fqemu.git default-configs/ppc64: add all components of i82378 SuperIO chip used by prep The device provides an ISA bus so that pseries can also run the endianness test. Signed-off-by: Paolo Bonzini Reviewed-by: Anthony Liguori Message-id: 1374501278-31549-24-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori --- diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak index 0164443597..7831c2bf57 100644 --- a/default-configs/ppc64-softmmu.mak +++ b/default-configs/ppc64-softmmu.mak @@ -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