You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
628 B
22 lines
628 B
The IMX6 PCIe host controller does not fire legacy interrupts when MSI is
|
|
enabled. A patch is being worked on upstream to only enable MSI at runtime
|
|
when needed, but until that is ready we will allow MSI to be disabled.
|
|
|
|
--- a/drivers/pci/host/Kconfig
|
|
+++ b/drivers/pci/host/Kconfig
|
|
@@ -51,7 +51,6 @@ config PCIE_DW_PLAT
|
|
|
|
config PCIE_DW
|
|
bool
|
|
- depends on PCI_MSI_IRQ_DOMAIN
|
|
|
|
config PCI_EXYNOS
|
|
bool "Samsung Exynos PCIe controller"
|
|
@@ -63,7 +62,6 @@ config PCI_EXYNOS
|
|
config PCI_IMX6
|
|
bool "Freescale i.MX6 PCIe controller"
|
|
depends on SOC_IMX6Q
|
|
- depends on PCI_MSI_IRQ_DOMAIN
|
|
select PCIEPORTBUS
|
|
select PCIE_DW
|
|
|
|
|