hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/

ppc4xx_pci.c is moved from the target specific ppc_ss[] meson
source set to pci_ss[] which is common to all targets: the
object is built once.

Declare PPC4XX_PCI selector in pci-host/Kconfig.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20240215105017.57748-4-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2023-10-11 06:31:50 +02:00
parent 4d641f36e7
commit 55abb29e63
9 changed files with 12 additions and 7 deletions

View file

@ -6,6 +6,10 @@ config XEN_IGD_PASSTHROUGH
default y
depends on XEN && PCI_I440FX
config PPC4XX_PCI
bool
select PCI
config RAVEN_PCI
bool
select PCI