Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1442939 > unrolled thread
| Started by | Niklas Cassel <niklas.cassel@axis.com> |
|---|---|
| First post | 2016-07-14 01:20 +0200 |
| Last post | 2016-07-14 01:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] PCI: artpec: add PCI_MSI_IRQ_DOMAIN dependency Niklas Cassel <niklas.cassel@axis.com> - 2016-07-14 01:20 +0200
| From | Niklas Cassel <niklas.cassel@axis.com> |
|---|---|
| Date | 2016-07-14 01:20 +0200 |
| Subject | Re: [PATCH] PCI: artpec: add PCI_MSI_IRQ_DOMAIN dependency |
| Message-ID | <rUBBE-1n2-5@gated-at.bofh.it> |
Acked-by: Niklas Cassel <niklas.cassel@axis.com> On 07/06/2016 02:46 PM, Arnd Bergmann wrote: > The designware PCIe driver requires MSI support, so we get a warning > for the artpec6 glue driver if that is not enabled: > > warning: (PCIE_ARTPEC6) selects PCIE_DW which has unmet direct dependencies (PCI && PCI_MSI_IRQ_DOMAIN) > > This adds the same dependency that all other such drivers have. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > --- > drivers/pci/host/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig > index c917e2fede05..a1ef0c06dbb4 100644 > --- a/drivers/pci/host/Kconfig > +++ b/drivers/pci/host/Kconfig > @@ -258,6 +258,7 @@ config PCIE_ARMADA_8K > config PCIE_ARTPEC6 > bool "Axis ARTPEC-6 PCIe controller" > depends on MACH_ARTPEC6 > + depends on PCI_MSI_IRQ_DOMAIN > select PCIE_DW > select PCIEPORTBUS > help
Back to top | Article view | linux.kernel
csiph-web