From 332261de2b979610aacde22eb15ef6e59f3c2da9 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Fri, 13 Feb 2015 05:46:08 +0000 Subject: pci: Move PCI VGA to pci.mak Every platform that supports PCI can also spawn the Bochs VGA PCI adapter. Move it to pci.mak to enable it for everyone. Signed-off-by: Alexander Graf Signed-off-by: Peter Maydell --- default-configs/ppcemb-softmmu.mak | 2 -- 1 file changed, 2 deletions(-) (limited to 'default-configs/ppcemb-softmmu.mak') diff --git a/default-configs/ppcemb-softmmu.mak b/default-configs/ppcemb-softmmu.mak index e032761457..a1b3d5f35d 100644 --- a/default-configs/ppcemb-softmmu.mak +++ b/default-configs/ppcemb-softmmu.mak @@ -4,8 +4,6 @@ include pci.mak include sound.mak include usb.mak CONFIG_M48T59=y -CONFIG_VGA=y -CONFIG_VGA_PCI=y CONFIG_SERIAL=y CONFIG_I8257=y CONFIG_OPENPIC=y -- cgit v1.2.1