Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932612AbbG1N0u (ORCPT ); Tue, 28 Jul 2015 09:26:50 -0400 Received: from mail-yk0-f174.google.com ([209.85.160.174]:36260 "EHLO mail-yk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755529AbbG1N0r (ORCPT ); Tue, 28 Jul 2015 09:26:47 -0400 MIME-Version: 1.0 In-Reply-To: <1438080345-7233-3-git-send-email-lftan@altera.com> References: <1438080345-7233-1-git-send-email-lftan@altera.com> <1438080345-7233-3-git-send-email-lftan@altera.com> From: Rob Herring Date: Tue, 28 Jul 2015 08:26:27 -0500 Message-ID: Subject: Re: [PATCH 2/6] arm: mach-socfpga: enable pci support To: Ley Foon Tan Cc: Bjorn Helgaas , Russell King , Arnd Bergmann , Dinh Nguyen , "devicetree@vger.kernel.org" , Ley Foon Tan , "linux-doc@vger.kernel.org" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Rob Herring , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1297 Lines: 38 On Tue, Jul 28, 2015 at 5:45 AM, Ley Foon Tan wrote: > Enable CONFIG_ARCH_SUPPORT_MSI and CONFIG_PCI in SOCFPGA platform. > > Signed-off-by: Ley Foon Tan > --- > arch/arm/mach-socfpga/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig > index 90efdeb..7ff4576 100644 > --- a/arch/arm/mach-socfpga/Kconfig > +++ b/arch/arm/mach-socfpga/Kconfig > @@ -1,6 +1,7 @@ > menuconfig ARCH_SOCFPGA > bool "Altera SOCFPGA family" if ARCH_MULTI_V7 > select ARCH_SUPPORTS_BIG_ENDIAN > + select ARCH_SUPPORTS_MSI This doesn't exist in mainline having been removed in 3.12. > select ARM_AMBA > select ARM_GIC > select CACHE_L2X0 > @@ -9,6 +10,7 @@ menuconfig ARCH_SOCFPGA > select HAVE_ARM_SCU > select HAVE_ARM_TWD if SMP > select MFD_SYSCON > + select PCI This should not be selected by the platform, but be user selectable unless perhaps you require PCI to boot. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/