From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755000AbaEOQCI (ORCPT ); Thu, 15 May 2014 12:02:08 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:34030 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752561AbaEOQCD (ORCPT ); Thu, 15 May 2014 12:02:03 -0400 From: Murali Karicheri To: , , CC: Murali Karicheri , Santosh Shilimkar , Russell King Subject: [PATCH v1 1/5] ARM: keystone: add pcie related options Date: Thu, 15 May 2014 12:01:28 -0400 Message-ID: <1400169692-9677-2-git-send-email-m-karicheri2@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1400169692-9677-1-git-send-email-m-karicheri2@ti.com> References: <1400169692-9677-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 Add pcie related options by default for keystone architecture CC: Santosh Shilimkar CC: Russell King Signed-off-by: Murali Karicheri --- 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 f50bc93..f87844d 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -8,6 +8,8 @@ config ARCH_KEYSTONE select COMMON_CLK_KEYSTONE select ARCH_SUPPORTS_BIG_ENDIAN select ZONE_DMA if ARM_LPAE + select MIGHT_HAVE_PCI + select ARCH_SUPPORTS_MSI help Support for boards based on the Texas Instruments Keystone family of SoCs. -- 1.7.9.5