summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorJon Mason <jonmason@broadcom.com>2017-03-01 16:53:13 +0100
committerBjorn Helgaas <bhelgaas@google.com>2017-03-16 21:15:09 +0100
commite584b06c4730f1b6d9ccb47fc8b7d79411eb9012 (patch)
tree1ffa070d31f25ef199fc8e0b2bc8912c1b1ee786 /drivers/scsi
parentLinux 4.11-rc1 (diff)
downloadlinux-e584b06c4730f1b6d9ccb47fc8b7d79411eb9012.tar.xz
linux-e584b06c4730f1b6d9ccb47fc8b7d79411eb9012.zip
PCI: iproc: Add PCI_DOMAIN dependency to PCI Kconfig
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>
Diffstat (limited to 'drivers/scsi')
0 files changed, 0 insertions, 0 deletions