diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2015-11-30 18:00:11 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-02 14:28:32 +0100 |
commit | 31e98e0d24cd2537a63e06e235e050a06b175df7 (patch) | |
tree | 21ed795360993297b24ffb311ef7daeaf95d17d0 /arch/arm | |
parent | ARM: imx_v6_v7_defconfig: Select HDMI audio support (diff) | |
download | linux-31e98e0d24cd2537a63e06e235e050a06b175df7.tar.xz linux-31e98e0d24cd2537a63e06e235e050a06b175df7.zip |
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 <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 486b02b88eb0..2d5253dcc226 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 |