commit | f3fdfc4ac3a26865e84627a7fe08a906081e5abc | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri May 18 15:08:36 2018 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri May 18 15:08:36 2018 -0500 |
tree | 5576c7d1b8f794e3bda6befa8675b4100143ae38 | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 [diff] |
PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS Host bridge drivers do not use the portdrv interfaces (struct pcie_device, struct pcie_port_service_driver, pcie_port_service_register(), etc), and they should not select CONFIG_PCIEPORTBUS. If users need the portdrv services, they can select CONFIG_PCIEPORTBUS just like all other PCI users. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>