diff options
| author | Marc Zyngier <maz@kernel.org> | 2025-05-13 18:28:18 +0100 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2025-05-16 21:32:20 +0200 |
| commit | ae79351ef280805e0881fd2011b74ed008a4e151 (patch) | |
| tree | 4aaf3a98cb7f7946b9963f97a2f99590dbc36e8d /drivers/pci/controller/Kconfig | |
| parent | 5d627a9484ec447348f7c485359b1baf6d120f0f (diff) | |
| download | lwn-ae79351ef280805e0881fd2011b74ed008a4e151.tar.gz lwn-ae79351ef280805e0881fd2011b74ed008a4e151.zip | |
PCI: xgene: Convert to MSI parent infrastructure
In an effort to move ARM64 away from the legacy MSI setup, convert the
XGENE PCIe driver to the MSI-parent infrastructure and let each device have
its own MSI domain.
[ tglx: Moved the struct out of the function call argument ]
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250513172819.2216709-9-maz@kernel.org
Diffstat (limited to 'drivers/pci/controller/Kconfig')
| -rw-r--r-- | drivers/pci/controller/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig index 98a62f4559df..205e0e365c6b 100644 --- a/drivers/pci/controller/Kconfig +++ b/drivers/pci/controller/Kconfig @@ -304,6 +304,7 @@ config PCI_XGENE_MSI bool "X-Gene v1 PCIe MSI feature" depends on PCI_XGENE depends on PCI_MSI + select IRQ_MSI_LIB default y help Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC. |
