From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: From: Arnd Bergmann To: Bjorn Helgaas Cc: Bjorn Helgaas , Russell King , Catalin Marinas , Will Deacon , Thomas Gleixner , Jason Cooper , Marc Zyngier , Gregory CLEMENT , Andrew Lunn , Nicolas Pitre , Rob Herring , Ard Biesheuvel , Mark Rutland , Ganapatrao Kulkarni , Thomas Petazzoni , Jayachandran C , Geert Uytterhoeven , Ray Jui , Ley Foon Tan , Bharat Kumar Gogada , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH] arm/arm64/irqchip/pci: fix PCI_MSI dependencies Date: Wed, 15 Jun 2016 23:06:26 +0200 Message-ID: <6064404.Y6hC1iYELB@wuerfel> In-Reply-To: <20160615210211.GA17504@localhost> References: <8531046.3ceRqUA835@wuerfel> <20160615210211.GA17504@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-ID: 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