On Fri, Jan 18, 2019 at 06:28:37PM +0100, Paolo Bonzini wrote: > > > I think PCIE should depend on PCI or something like this. > That's because there are places in code that test CONFIG_PCI, > you want PCIE to enable them as well. > > > I agree, it should select PCI, so that PCIe bridges only need to select PCIE > (the model in QEMU is that you enable boards and pluggable devices; everything > else, especially buses, is then selected automatically based on whether any > controllers/bridges are enabled for those buses). > > Paolo >
OK, and I also think we should rename it PCIE -> PCI_EXPRESS_, this way everything PCI starts with PCI. -- MST