[PATCH] ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI

Shawn Guo shawnguo at kernel.org
Wed Apr 5 18:49:49 PDT 2023


On Tue, Apr 04, 2023 at 09:13:03AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
> 
> Since commit 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support")
> the i.MX6 PCI driver is no longer selected by default. The
> existing PCI_IMX6 was made a hidden option, selected by new options
> PCI_IMX6_HOST (for the existing support) and PCI_IMX6_EP (for the
> endpoint mode), but there has been no corresponding update to
> imx_v6_v7_defconfig so the PCI_IMX6 ends up getting disabled.
> Switch imx_v6_v7_defconfig to PCI_IMX6_HOST to preserve the existing
> functionality.
> 
> This is based on the same fix done in commit 0cd5780eb625 ("arm64:
> defconfig: Fix unintentional disablement of PCI on i.MX").
> 
> Fixes: 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support")
> Reported-by: Mattias Barthel <mattiasbarthel at gmail.com>
> Signed-off-by: Fabio Estevam <festevam at denx.de>

Applied, thanks!



More information about the linux-arm-kernel mailing list