From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relmlor2.renesas.com ([210.160.252.172]:16700 "EHLO relmlie1.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753577AbaCMJu3 (ORCPT ); Thu, 13 Mar 2014 05:50:29 -0400 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 In-Reply-To: <1394704208-7490-1-git-send-email-phil.edworthy@renesas.com> References: <1394704208-7490-1-git-send-email-phil.edworthy@renesas.com> Message-ID: <1394704208-7490-9-git-send-email-phil.edworthy@renesas.com> Date: Thu, 13 Mar 2014 09:50:07 +0000 Subject: [PATCH 8/9] ARM: koelsch: Add PCIe to defconfig Sender: linux-pci-owner@vger.kernel.org List-ID: Signed-off-by: Phil Edworthy --- arch/arm/configs/koelsch_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index 86faab5..ec14547 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig @@ -15,6 +15,9 @@ CONFIG_MACH_KOELSCH=y CONFIG_CPU_BPREDICT_DISABLE=y CONFIG_PL310_ERRATA_588369=y CONFIG_ARM_ERRATA_754322=y +CONFIG_PCI=y +CONFIG_PCI_MSI=y +CONFIG_PCI_RCAR_GEN2_PCIE=y CONFIG_SMP=y CONFIG_SCHED_MC=y CONFIG_NR_CPUS=8 -- 1.7.9.5