From patchwork Wed Feb 26 16:08:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Edworthy X-Patchwork-Id: 324502 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id A64292C0096 for ; Thu, 27 Feb 2014 03:14:18 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751912AbaBZQOR (ORCPT ); Wed, 26 Feb 2014 11:14:17 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:63447 "EHLO relmlie1.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752610AbaBZQOP (ORCPT ); Wed, 26 Feb 2014 11:14:15 -0500 X-Greylist: delayed 303 seconds by postgrey-1.27 at vger.kernel.org; Wed, 26 Feb 2014 11:14:14 EST Received: from unknown (HELO relmlir1.idc.renesas.com) ([10.200.68.151]) by relmlie1.idc.renesas.com with ESMTP; 27 Feb 2014 01:09:10 +0900 Received: from relmlac1.idc.renesas.com (relmlac1.idc.renesas.com [10.200.69.21]) by relmlir1.idc.renesas.com (Postfix) with ESMTP id C514E4DE3F; Thu, 27 Feb 2014 01:09:10 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id C35EF80193; Thu, 27 Feb 2014 01:09:10 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id BC63A80177; Thu, 27 Feb 2014 01:09:10 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac1.idc.renesas.com with ESMTP id BAL02377; Thu, 27 Feb 2014 01:09:10 +0900 X-IronPort-AV: E=Sophos;i="4.97,548,1389711600"; d="scan'208";a="154203980" Received: from unknown (HELO relay41.aps.necel.com) ([10.29.19.9]) by relmlii1.idc.renesas.com with ESMTP; 27 Feb 2014 01:09:10 +0900 Received: from julia (du2com5.eu.necel.com [172.29.24.35] (may be forged)) by relay41.aps.necel.com (8.14.4+Sun/8.14.4) with ESMTP id s1QG96Pl021164; Thu, 27 Feb 2014 01:09:06 +0900 (JST) Received: by julia (Postfix, from userid 2) id 34A174B23D; Wed, 26 Feb 2014 17:09:05 +0100 (CET) Received: from DU0NOTES13.ad.ree.renesas.com (unknown [172.29.24.131]) by julia (Postfix) with ESMTP id 250544B234; Wed, 26 Feb 2014 17:09:05 +0100 (CET) Received: from duacsls.ad.ree.renesas.com ([172.29.43.47]) by DU0NOTES13.ad.ree.renesas.com (Lotus Domino Release 8.5.3 HF466) with ESMTP id 2014022617081780-235414 ; Wed, 26 Feb 2014 17:08:17 +0100 From: Phil Edworthy To: linux-pci@vger.kernel.org Cc: linux-sh@vger.kernel.org, Bjorn Helgaas , Valentine Barshak , Simon Horman , Magnus Damm , Phil Edworthy X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1393430893-2466-1-git-send-email-phil.edworthy@renesas.com> References: <1393430893-2466-1-git-send-email-phil.edworthy@renesas.com> X-TNEFEvaluated: 1 Message-ID: <1393430893-2466-5-git-send-email-phil.edworthy@renesas.com> Date: Wed, 26 Feb 2014 16:08:12 +0000 Subject: [PATCH 4/5] ARM: shmobile: Add PCIe to r8a7791 device Kconfig X-MIMETrack: Itemize by SMTP Server on DU0NOTES13/SERVER/REE(Release 8.5.3 HF466|March 09, 2012) at 26.02.2014 17:08:18, Serialize by Router on DU0NOTES13/SERVER/REE(Release 8.5.3 HF466|March 09, 2012) at 26.02.2014 17:08:19, Serialize complete at 26.02.2014 17:08:19 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Signed-off-by: Phil Edworthy --- arch/arm/mach-shmobile/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index a4a4b75..c623633 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -100,6 +100,8 @@ config ARCH_R8A7791 select ARM_GIC select CPU_V7 select SH_CLK_CPG + select MIGHT_HAVE_PCI + select PCI_QUIRKS if PCI config ARCH_EMEV2 bool "Emma Mobile EV2"