summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-05-18 15:08:36 -0500
committerBjorn Helgaas <bhelgaas@google.com>2018-05-18 15:08:36 -0500
commitf3fdfc4ac3a26865e84627a7fe08a906081e5abc (patch)
tree5576c7d1b8f794e3bda6befa8675b4100143ae38 /drivers/pci/host
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
downloadlinux-stable-f3fdfc4ac3a26865e84627a7fe08a906081e5abc.tar.gz
linux-stable-f3fdfc4ac3a26865e84627a7fe08a906081e5abc.tar.bz2
linux-stable-f3fdfc4ac3a26865e84627a7fe08a906081e5abc.zip
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>
Diffstat (limited to 'drivers/pci/host')
-rw-r--r--drivers/pci/host/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 0d0177ce436c..90f0cc9dfd95 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -83,7 +83,6 @@ config PCI_XGENE
bool "X-Gene PCIe controller"
depends on ARM64
depends on OF || (ACPI && PCI_QUIRKS)
- select PCIEPORTBUS
help
Say Y here if you want internal PCI support on APM X-Gene SoC.
There are 5 internal PCIe ports available. Each port is GEN3 capable
@@ -194,7 +193,6 @@ config PCIE_MEDIATEK
depends on (ARM || ARM64) && (ARCH_MEDIATEK || COMPILE_TEST)
depends on OF
depends on PCI
- select PCIEPORTBUS
help
Say Y here if you want to enable PCIe controller support on
MediaTek SoCs.