Skip to content

Commit b3b76fc

Browse files
nbd168bjorn-helgaas
authored andcommitted
PCI: mediatek: Allow building for ARCH_AIROHA
Allow selecting the pcie-mediatek driver if ARCH_AIROHA is set, because the Airoha EN7523 SoC uses the same controller as MT7622. The driver itself is not modified. The PCIe controller DT node should use mediatek,mt7622-pcie after airoha,en7523-pcie. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Lorenzo Pieralisi <[email protected]>
1 parent c568d63 commit b3b76fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ config PCIE_ROCKCHIP_EP
237237

238238
config PCIE_MEDIATEK
239239
tristate "MediaTek PCIe controller"
240-
depends on ARCH_MEDIATEK || COMPILE_TEST
240+
depends on ARCH_AIROHA || ARCH_MEDIATEK || COMPILE_TEST
241241
depends on OF
242242
depends on PCI_MSI_IRQ_DOMAIN
243243
help

0 commit comments

Comments
 (0)