summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-27 19:51:37 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-28 14:48:20 +0200
commitca1a93fc43f8800db1142684b5cf4861377996bb (patch)
tree19e4d4e2db840cb787cbedd2479c20a4714f323a /arch/arm/configs
parentf969e534506aa4eba02c1201707b3fc61aa0288a (diff)
ARM: imx_v6_v7_defconfig: fix building pci-imx6 driver
Since iMX PCIe RC and EP modes were separated, the Kconfig for pci-imx6 requires enabling HOST and End-Point parts of the driver independently. Using the legacy option CONFIG_PCI_IMX6 fails kernel building. Replace CONFIG_PCI_IMX6 with CONFIG_PCI_IMX6_HOST and CONFIG_PCI_IMX6_EP options to fix kernel building. Related-to: ELB-3326 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/imx_v6_v7_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 8233e5a4f615..f2f9e2e774b3 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -104,7 +104,8 @@ CONFIG_CFG80211_WEXT=y
CONFIG_MAC80211=y
CONFIG_PCI=y
CONFIG_PCI_MSI=y
-CONFIG_PCI_IMX6=y
+CONFIG_PCI_IMX6_HOST=y
+CONFIG_PCI_IMX6_EP=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set