diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-06-06 23:10:37 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-06-06 23:10:37 +0200 |
commit | cc64520f970a0b9a2d94c815d9bf5fd5c88f213d (patch) | |
tree | bb8e9f2daed41093f32448716205230dbf95d6fb /drivers/pci/host/Kconfig | |
parent | Merge branch 'lorenzo/pci/hv' (diff) | |
parent | PCI: mediatek: Implement chained IRQ handling setup (diff) | |
download | linux-cc64520f970a0b9a2d94c815d9bf5fd5c88f213d.tar.xz linux-cc64520f970a0b9a2d94c815d9bf5fd5c88f213d.zip |
Merge branch 'lorenzo/pci/mediatek'
- implement Mediatek chained IRQ handling (Honghui Zhang)
- fix vendor ID & class type for Mediatek MT7622 (Honghui Zhang)
* lorenzo/pci/mediatek:
PCI: mediatek: Implement chained IRQ handling setup
PCI: mediatek: Set up vendor ID and class type for MT7622
# Conflicts:
# drivers/pci/host/Kconfig
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r-- | drivers/pci/host/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 95ff14486ff4..746eaf8a6e8f 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -193,6 +193,7 @@ config PCIE_MEDIATEK bool "MediaTek PCIe controller" depends on ARCH_MEDIATEK || COMPILE_TEST depends on OF + depends on PCI_MSI_IRQ_DOMAIN select PCIEPORTBUS help Say Y here if you want to enable PCIe controller support on |