From patchwork Wed Feb 26 18:11:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Edworthy X-Patchwork-Id: 324547 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 F375F2C0096 for ; Thu, 27 Feb 2014 05:12:20 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752603AbaBZSMS (ORCPT ); Wed, 26 Feb 2014 13:12:18 -0500 Received: from relmlor3.renesas.com ([210.160.252.173]:27830 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751557AbaBZSMR (ORCPT ); Wed, 26 Feb 2014 13:12:17 -0500 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie2.idc.renesas.com with ESMTP; 27 Feb 2014 03:12:16 +0900 Received: from relmlac4.idc.renesas.com (relmlac4.idc.renesas.com [10.200.69.24]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id 8ABF23C9CE; Thu, 27 Feb 2014 03:12:16 +0900 (JST) Received: by relmlac4.idc.renesas.com (Postfix, from userid 0) id 88258480A5; Thu, 27 Feb 2014 03:12:16 +0900 (JST) Received: from relmlac4.idc.renesas.com (localhost [127.0.0.1]) by relmlac4.idc.renesas.com (Postfix) with ESMTP id 79E1D480A4; Thu, 27 Feb 2014 03:12:16 +0900 (JST) Received: from relmlii2.idc.renesas.com [10.200.68.66] by relmlac4.idc.renesas.com with ESMTP id DAK32050; Thu, 27 Feb 2014 03:12:16 +0900 X-IronPort-AV: E=Sophos;i="4.97,548,1389711600"; d="scan'208";a="155216812" Received: from unknown (HELO relay41.aps.necel.com) ([10.29.19.9]) by relmlii2.idc.renesas.com with ESMTP; 27 Feb 2014 03:12:16 +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 s1QICFZR023556; Thu, 27 Feb 2014 03:12:15 +0900 (JST) Received: by julia (Postfix, from userid 2) id A3EF74B23C; Wed, 26 Feb 2014 19:12:14 +0100 (CET) Received: from DU0NOTES13.ad.ree.renesas.com (unknown [172.29.24.131]) by julia (Postfix) with ESMTP id 936444B212; Wed, 26 Feb 2014 19:12:14 +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 2014022619112725-237510 ; Wed, 26 Feb 2014 19:11:27 +0100 From: Phil Edworthy To: linux-pci@vger.kernel.org Cc: linux-sh@vger.kernel.org, Bjorn Helgaas , Valentine Barshak , Simon Horman , Magnus Damm , Ben Dooks , Phil Edworthy X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1393438283-10542-1-git-send-email-phil.edworthy@renesas.com> References: <1393438283-10542-1-git-send-email-phil.edworthy@renesas.com> X-TNEFEvaluated: 1 Message-ID: <1393438283-10542-5-git-send-email-phil.edworthy@renesas.com> Date: Wed, 26 Feb 2014 18:11:22 +0000 Subject: [PATCH 4/5 v2 RFC] 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 19:11:27, Serialize by Router on DU0NOTES13/SERVER/REE(Release 8.5.3 HF466|March 09, 2012) at 26.02.2014 19:11:28, Serialize complete at 26.02.2014 19:11:28 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"