]> git.proxmox.com Git - mirror_qemu.git/commitdiff
prep: Drop from ppcemb-softmmu
authorAndreas Färber <andreas.faerber@web.de>
Thu, 23 Jan 2014 10:22:16 +0000 (11:22 +0100)
committerAndreas Färber <andreas.faerber@web.de>
Mon, 10 Feb 2014 16:06:26 +0000 (17:06 +0100)
ppcemb covers only embedded processors, which does not include PReP.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
default-configs/ppc-softmmu.mak
default-configs/ppc64-softmmu.mak
default-configs/ppcemb-softmmu.mak
hw/ppc/Makefile.objs

index f5cd0bdcc05590f06c9c326a54d4c4dbd0339d8b..f380ca47d7a77dd9b81d148948264982e9d9128a 100644 (file)
@@ -41,6 +41,7 @@ CONFIG_I8259=y
 CONFIG_XILINX=y
 CONFIG_XILINX_ETHLITE=y
 CONFIG_OPENPIC=y
+CONFIG_PREP=y
 CONFIG_E500=y
 CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
 # For PReP
index fb34a9b074867e5b91dd661c0c26795bba8b83e3..fcc04529b4ce093a7b46cef1a421834e4f5c72a9 100644 (file)
@@ -42,6 +42,7 @@ CONFIG_XILINX=y
 CONFIG_XILINX_ETHLITE=y
 CONFIG_OPENPIC=y
 CONFIG_PSERIES=y
+CONFIG_PREP=y
 CONFIG_E500=y
 CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
 # For pSeries
index 4411203a9a323391f9d5ed7deaa6db1fdad0b732..fdf1e14a958f80bda21d4540a0ff32bd06f77e17 100644 (file)
@@ -10,11 +10,9 @@ CONFIG_VGA=y
 CONFIG_VGA_PCI=y
 CONFIG_SERIAL=y
 CONFIG_I8254=y
-CONFIG_PCKBD=y
 CONFIG_FDC=y
 CONFIG_I8257=y
 CONFIG_OPENPIC=y
-CONFIG_PREP_PCI=y
 CONFIG_MACIO=y
 CONFIG_CUDA=y
 CONFIG_ADB=y
@@ -38,6 +36,3 @@ CONFIG_XILINX_ETHLITE=y
 CONFIG_OPENPIC=y
 CONFIG_E500=y
 CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
-# For PReP
-CONFIG_MC146818RTC=y
-CONFIG_ISA_TESTDEV=y
index 7a1cd5d89eb8525a37798ec831fb37a9adad0d23..2dd52845320651d65ceac5cdf4a3731dfb2f36af 100644 (file)
@@ -8,7 +8,7 @@ obj-$(CONFIG_PSERIES) += spapr_pci.o
 obj-y += ppc405_boards.o ppc4xx_devs.o ppc405_uc.o ppc440_bamboo.o
 obj-y += ppc4xx_pci.o
 # PReP
-obj-y += prep.o
+obj-$(CONFIG_PREP) += prep.o
 # OldWorld PowerMac
 obj-y += mac_oldworld.o
 # NewWorld PowerMac