OSDN Git Service

PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 18 May 2018 20:08:36 +0000 (15:08 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 18 May 2018 20:08:36 +0000 (15:08 -0500)
commitf3fdfc4ac3a26865e84627a7fe08a906081e5abc
tree5576c7d1b8f794e3bda6befa8675b4100143ae38
parent60cc43fc888428bb2f18f08997432d426a243338
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>
drivers/pci/dwc/Kconfig
drivers/pci/host/Kconfig