summaryrefslogtreecommitdiff
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorRyder Lee <ryder.lee@mediatek.com>2019-08-22 13:26:49 +0300
committerTom Rini <trini@konsulko.com>2019-10-11 17:09:58 +0300
commit42d37450e50b3a763d95fe1ff46499b9e564596e (patch)
tree00770f567a8fe946751262537442ef42f1a22c76 /drivers/pci/Kconfig
parenta9a3aadaddb4b968eb7133132a73646fc12ca39f (diff)
downloadu-boot-42d37450e50b3a763d95fe1ff46499b9e564596e.tar.xz
pci: mediatek: add PCIe controller support for MT7623
This adds PCIe controller support for MT7623. This is adapted from the Linux version. Tested-by: Frank Wunderlich <frank-w@public-files.de> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index bdfc0c1796..19e7b50046 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -151,4 +151,12 @@ config PCI_KEYSTONE
help
Say Y here if you want to enable PCI controller support on AM654 SoC.
+config PCIE_MEDIATEK
+ bool "MediaTek PCIe Gen2 controller"
+ depends on DM_PCI
+ depends on ARCH_MEDIATEK
+ help
+ Say Y here if you want to enable Gen2 PCIe controller,
+ which could be found on MT7623 SoC family.
+
endif