mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 10:02:31 -04:00
Move plda_pcie_setup_window() and plda_pcie_setup_iomems() to pcie-plda-host.c so they can be shared by all PLDA-based drivers. Link: https://lore.kernel.org/linux-pci/20240328091835.14797-10-minda.chen@starfivetech.com Signed-off-by: Minda Chen <minda.chen@starfivetech.com> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
menu "PLDA-based PCIe controllers"
|
|
depends on PCI
|
|
|
|
config PCIE_PLDA_HOST
|
|
bool
|
|
|
|
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.
|
|
|
|
endmenu
|