From be6d08be25d38185ab7de02fab1b2ac74991741b Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 22 Jul 2013 15:54:31 +0200 Subject: default-configs: add test device to all machines supporting ISA This will let these machines run an endianness test for ISA I/O port space. Signed-off-by: Paolo Bonzini Reviewed-by: Anthony Liguori Message-id: 1374501278-31549-22-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori --- default-configs/ppc-softmmu.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs/ppc-softmmu.mak') diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak index 73e4cc5f63..eac0b28fb9 100644 --- a/default-configs/ppc-softmmu.mak +++ b/default-configs/ppc-softmmu.mak @@ -46,3 +46,4 @@ CONFIG_E500=y CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM)) # For PReP CONFIG_MC146818RTC=y +CONFIG_ISA_TESTDEV=y -- cgit v1.2.1