]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
PCI: iproc: Add PCI_DOMAIN dependency to PCI Kconfig
authorJon Mason <jonmason@broadcom.com>
Wed, 1 Mar 2017 15:53:13 +0000 (10:53 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 16 Mar 2017 20:15:09 +0000 (15:15 -0500)
2+ PCI devices fail to be discovered due to each bus having the same PCI
domain.  This is because the domain defined in the device tree file is not
being added due to PCI_DOMAIN not being enabled.  So, every PCI bus has a
domain of zero.  When PCI_DOMAIN is selected by the Kconfig, it picks up
the domain defined in the device tree file and everything works as
expected.

Since both PCIE_IPROC_PLATFORM and PCIE_IPROC_BCMA need PCI_DOMAIN, move
it to PCIE_IPROC so it will be automatically selected for both.

Signed-off-by: Jon Mason <jonmason@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/Kconfig

index f7c1d4d5c665b5c2df520d2dfeabd4e80c6e224d..a35d4588cfb3adecb3408a215e72fc3f629db533 100644 (file)
@@ -95,6 +95,7 @@ config PCI_VERSATILE
 
 config PCIE_IPROC
        tristate
+       select PCI_DOMAINS
        help
          This enables the iProc PCIe core controller support for Broadcom's
          iProc family of SoCs. An appropriate bus interface driver needs
@@ -115,7 +116,6 @@ config PCIE_IPROC_BCMA
        depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST)
        select PCIE_IPROC
        select BCMA
-       select PCI_DOMAINS
        default ARCH_BCM_5301X
        help
          Say Y here if you want to use the Broadcom iProc PCIe controller