From: Lucas Stach Date: Mon, 30 Nov 2015 17:00:11 +0000 (+0100) Subject: ARM: imx_v6_v7_defconfig: enable PCI_MSI X-Git-Tag: v4.5-rc1~41^2~12^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31e98e0d24cd2537a63e06e235e050a06b175df7;p=platform%2Fkernel%2Flinux-exynos.git ARM: imx_v6_v7_defconfig: enable PCI_MSI This has been stable on i.MX6 for a good while now and there is no reason to keep it disabled, as it allows to allocate non-shared IRQs if several PCIe devices are connected to a single host. Signed-off-by: Lucas Stach Signed-off-by: Shawn Guo --- diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 486b02b..2d5253d 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -44,6 +44,7 @@ CONFIG_SOC_IMX6UL=y CONFIG_SOC_IMX7D=y CONFIG_SOC_VF610=y CONFIG_PCI=y +CONFIG_PCI_MSI=y CONFIG_PCI_IMX6=y CONFIG_SMP=y CONFIG_PREEMPT_VOLUNTARY=y