summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-27 19:26:38 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-28 14:48:20 +0200
commitf969e534506aa4eba02c1201707b3fc61aa0288a (patch)
treea9ae52adf905625f98df77a1214602b4c18b238d /arch/arm/configs
parenta95a473b2dd27e1baf066dc92b56d4de8c1106e0 (diff)
ARM: apalis-imx6: 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/apalis_imx6_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/apalis_imx6_defconfig b/arch/arm/configs/apalis_imx6_defconfig
index 268f9b9b00dd..49b001b0953b 100644
--- a/arch/arm/configs/apalis_imx6_defconfig
+++ b/arch/arm/configs/apalis_imx6_defconfig
@@ -133,7 +133,8 @@ CONFIG_RFKILL_GPIO=y
CONFIG_PCI=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCI_MSI=y
-CONFIG_PCI_IMX6=y
+CONFIG_PCI_IMX6_HOST=y
+CONFIG_PCI_IMX6_EP=y
CONFIG_UEVENT_HELPER=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y