mirror of https://gitee.com/openkylin/qemu.git
prep: Drop from ppcemb-softmmu
ppcemb covers only embedded processors, which does not include PReP. Signed-off-by: Andreas Färber <andreas.faerber@web.de>
This commit is contained in:
parent
963116b0b3
commit
ea81ce06a4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue