diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-29 16:49:58 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-12 09:28:23 +0100 |
commit | 8e6a8a08d2a3f23ff8accb065818808209eeceaa (patch) | |
tree | e8d7740ee95302d270595bc1dfe278c25c52a736 /target/linux/imx6/patches-4.14/200-disable-msi.patch | |
parent | 8334e04d24462b6fa3b53c77442a21f473149a1d (diff) | |
download | upstream-8e6a8a08d2a3f23ff8accb065818808209eeceaa.tar.gz upstream-8e6a8a08d2a3f23ff8accb065818808209eeceaa.tar.bz2 upstream-8e6a8a08d2a3f23ff8accb065818808209eeceaa.zip |
imx6: Remove kernel 4.14 support
This target was switched to kernel 4.19 more than 6 months ago in commit
f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now
with kernel 5.4 support being added it gets harder to support kernel
4.14 in addition to kernel 4.19 and 5.4.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/imx6/patches-4.14/200-disable-msi.patch')
-rw-r--r-- | target/linux/imx6/patches-4.14/200-disable-msi.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/imx6/patches-4.14/200-disable-msi.patch b/target/linux/imx6/patches-4.14/200-disable-msi.patch deleted file mode 100644 index 9de7eeee42..0000000000 --- a/target/linux/imx6/patches-4.14/200-disable-msi.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/drivers/pci/dwc/Kconfig -+++ b/drivers/pci/dwc/Kconfig -@@ -6,7 +6,6 @@ config PCIE_DW - config PCIE_DW_HOST - bool - depends on PCI -- depends on PCI_MSI_IRQ_DOMAIN - select PCIE_DW - - config PCIE_DW_EP -@@ -74,7 +73,6 @@ config PCI_IMX6 - bool "Freescale i.MX6 PCIe controller" - depends on PCI - depends on SOC_IMX6Q -- depends on PCI_MSI_IRQ_DOMAIN - select PCIEPORTBUS - select PCIE_DW_HOST - |