Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756911AbaJXRwC (ORCPT ); Fri, 24 Oct 2014 13:52:02 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:60092 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756190AbaJXRv7 (ORCPT ); Fri, 24 Oct 2014 13:51:59 -0400 From: Murali Karicheri To: , CC: Murali Karicheri Subject: [PATCH 1/4] ARM: keystone: add pcie related options Date: Fri, 24 Oct 2014 13:51:32 -0400 Message-ID: <1414173095-32511-2-git-send-email-m-karicheri2@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1414173095-32511-1-git-send-email-m-karicheri2@ti.com> References: <1414173095-32511-1-git-send-email-m-karicheri2@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now that Keystone PCI controller is merged, add pcie related options by default for keystone architecture so that driver can be enabled in the build. Signed-off-by: Murali Karicheri CC : Russell King CC : Santosh Shilimkar --- arch/arm/mach-keystone/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 98a156a..ea955f6db 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -9,6 +9,8 @@ config ARCH_KEYSTONE select COMMON_CLK_KEYSTONE select ARCH_SUPPORTS_BIG_ENDIAN select ZONE_DMA if ARM_LPAE + select MIGHT_HAVE_PCI + select PCI_DOMAINS if PCI help Support for boards based on the Texas Instruments Keystone family of SoCs. -- 1.7.9.5 -- 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/