mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

Switch to msi_create_parent_irq_domain() from pci_msi_create_irq_domain() which was using legacy MSI domain setup. Signed-off-by: Nam Cao <namcao@linutronix.de> [mani: reworded commit message] Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> [bhelgaas: rebase on dev_fwnode() conversion, drop fwnode local var] Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Link: https://patch.msgid.link/1279fe6500a1d8135d8f5feb2f055df008746c88.1750858083.git.namcao@linutronix.de
32 lines
805 B
Plaintext
32 lines
805 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
menu "PLDA-based PCIe controllers"
|
|
depends on PCI
|
|
|
|
config PCIE_PLDA_HOST
|
|
bool
|
|
select IRQ_MSI_LIB
|
|
|
|
config PCIE_MICROCHIP_HOST
|
|
tristate "Microchip AXI PCIe controller"
|
|
depends on PCI_MSI && OF
|
|
select PCI_HOST_COMMON
|
|
select PCIE_PLDA_HOST
|
|
help
|
|
Say Y here if you want kernel to support the Microchip AXI PCIe
|
|
Host Bridge driver.
|
|
|
|
config PCIE_STARFIVE_HOST
|
|
tristate "StarFive PCIe host controller"
|
|
depends on PCI_MSI && OF
|
|
depends on ARCH_STARFIVE || COMPILE_TEST
|
|
select PCIE_PLDA_HOST
|
|
help
|
|
Say Y here if you want to support the StarFive PCIe controller in
|
|
host mode. StarFive PCIe controller uses PLDA PCIe core.
|
|
|
|
If you choose to build this driver as module it will be dynamically
|
|
linked and module will be called pcie-starfive.ko.
|
|
|
|
endmenu
|