Re: [PATCH] arm/arm64/irqchip/pci: fix PCI_MSI dependencies

From: Arnd Bergmann
Date: Wed Jun 15 2016 - 17:05:50 EST


On Wednesday, June 15, 2016 4:02:11 PM CEST Bjorn Helgaas wrote:
> I applied this to pci/msi, minus the crypto change that looks unrelated:
>
> > @@ -1038,6 +1038,8 @@ source "arch/arm64/Kconfig.debug"
> > source "security/Kconfig"
> >
> > source "crypto/Kconfig"
> > +if CRYPTO
> > source "arch/arm64/crypto/Kconfig"
> > +endif

Indeed, thanks for catching this!

Arnd