Re: [PATCH] PCI: dwc: exynos: add back MSI dependency

2020-12-07 Thread Arnd Bergmann
On Mon, Dec 7, 2020 at 3:23 PM Rob Herring wrote: > On Fri, Dec 4, 2020 at 10:58 AM Arnd Bergmann wrote: > > diff --git a/drivers/pci/controller/dwc/Kconfig > > b/drivers/pci/controller/dwc/Kconfig > > index 020101b58155..e403bb2eeb4c 100644 > > --- a/drivers/pci/controller/dwc/Kconfig > > +++ b

Re: [PATCH] PCI: dwc: exynos: add back MSI dependency

2020-12-07 Thread Rob Herring
On Fri, Dec 4, 2020 at 10:58 AM Arnd Bergmann wrote: > > From: Arnd Bergmann > > While the exynos driver does not always need MSI, the generic > deisgnware host code it uses fails to build without it: > > WARNING: unmet direct dependencies detected for PCIE_DW_HOST > Depends on [n]: PCI [=y] &&

[PATCH] PCI: dwc: exynos: add back MSI dependency

2020-12-04 Thread Arnd Bergmann
From: Arnd Bergmann While the exynos driver does not always need MSI, the generic deisgnware host code it uses fails to build without it: WARNING: unmet direct dependencies detected for PCIE_DW_HOST Depends on [n]: PCI [=y] && PCI_MSI_IRQ_DOMAIN [=n] Selected by [y]: - PCI_EXYNOS [=y] && P