From 9eb2575e6c2cb902db88eb5539c66d32a30a94cf Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Fri, 21 Apr 2017 17:18:09 +0200 Subject: ppc: Add SM501 device in ppc softmmu targets default configs This is not used by default on any emulated machine yet but it is still useful to have it compiled so it can be added from the command line for clients that can use it (e.g. MorphOS has no driver for any other emulated video cards but can output via SM501) Signed-off-by: BALATON Zoltan Acked-by: David Gibson Tested-by: Aurelien Jarno Message-id: bf305f36dcde152668cf12438ef983cd09ed2d3f.1492787889.git.balaton@eik.bme.hu Signed-off-by: Peter Maydell --- 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 09c1d45633..1f1cd85b12 100644 --- a/default-configs/ppc-softmmu.mak +++ b/default-configs/ppc-softmmu.mak @@ -45,6 +45,7 @@ CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM)) CONFIG_PLATFORM_BUS=y CONFIG_ETSEC=y CONFIG_LIBDECNUMBER=y +CONFIG_SM501=y # For PReP CONFIG_SERIAL_ISA=y CONFIG_MC146818RTC=y -- cgit v1.2.1