From 15c060ed2efc976a0be3a70c8e8f1bbb95e1ad75 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 20 Dec 2018 15:09:16 -0800 Subject: [PATCH] recipes-kernel: Remove the Xilinx PCIe config To avoid conflicts with the MicroSemi PCIe root complex (the one most commonly used) remove the Xilinx config. Signed-off-by: Alistair Francis --- recipes-kernel/linux/files/freedom-u540/defconfig | 1 - recipes-kernel/linux/files/pci.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/recipes-kernel/linux/files/freedom-u540/defconfig b/recipes-kernel/linux/files/freedom-u540/defconfig index aa16fa8..dccba77 100644 --- a/recipes-kernel/linux/files/freedom-u540/defconfig +++ b/recipes-kernel/linux/files/freedom-u540/defconfig @@ -255,7 +255,6 @@ CONFIG_HOTPLUG_PCI=y # CONFIG_PCI_FTPCI100 is not set CONFIG_PCI_HOST_COMMON=y CONFIG_PCI_HOST_GENERIC=y -CONFIG_PCIE_XILINX=y # # DesignWare PCI Core Support diff --git a/recipes-kernel/linux/files/pci.cfg b/recipes-kernel/linux/files/pci.cfg index dfa9f72..881dec7 100644 --- a/recipes-kernel/linux/files/pci.cfg +++ b/recipes-kernel/linux/files/pci.cfg @@ -7,5 +7,4 @@ CONFIG_PCIEPORTBUS=y CONFIG_PCIEAER=y CONFIG_PCIEASPM=y CONFIG_PCIEASPM_DEFAULT=y -CONFIG_PCIE_XILINX=y CONFIG_PCIE_MICROSEMI=y