From: Niklas Cassel <niklas.cassel@axis.com>
To: Arnd Bergmann <arnd@arndb.de>, Bjorn Helgaas <bhelgaas@google.com>
Cc: <linux-pci@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] PCI: artpec: add PCI_MSI_IRQ_DOMAIN dependency
Date: Thu, 14 Jul 2016 01:11:34 +0200 [thread overview]
Message-ID: <70a4d4da-e6b6-570a-d1d4-6ed4295e8cf5@axis.com> (raw)
In-Reply-To: <20160706124640.1521466-1-arnd@arndb.de>
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
next prev parent reply other threads:[~2016-07-13 23:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-06 12:46 Arnd Bergmann
2016-07-13 23:11 ` Niklas Cassel [this message]
2016-07-29 22:34 ` Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=70a4d4da-e6b6-570a-d1d4-6ed4295e8cf5@axis.com \
--to=niklas.cassel@axis.com \
--cc=arnd@arndb.de \
--cc=bhelgaas@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome