From: Simon Horman Date: Mon, 7 Jul 2014 13:23:52 +0000 (+0200) Subject: ARM: shmobile: Enable R-Car Gen 2 PCIe in shmobile_defconfig X-Git-Tag: v3.14.28+ltsi~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d26cfbada0218485a9b1e26948ca57a9adf0d41;p=platform%2Fkernel%2Flinux-stable.git ARM: shmobile: Enable R-Car Gen 2 PCIe in shmobile_defconfig The R-Car Gen 2 PCIe driver provides PCIe host support for Renesas R-Car Gen2 platforms. To increase hardware support enable the driver in the shmobile_defconfig multiplatform configuration. Cc: Phil Edworthy Signed-off-by: Simon Horman (cherry picked from commit 8cbf869a0a278c4d39e50daa4f4101b394a72a93) Signed-off-by: Simon Horman --- diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 5f05e98eb762..6bc85a5539f1 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -24,6 +24,7 @@ CONFIG_PL310_ERRATA_588369=y CONFIG_ARM_ERRATA_754322=y CONFIG_PCI=y CONFIG_PCI_RCAR_GEN2=y +CONFIG_PCI_RCAR_GEN2_PCIE=y CONFIG_SMP=y CONFIG_SCHED_MC=y CONFIG_HAVE_ARM_ARCH_TIMER=y