File tree Expand file tree Collapse file tree 3 files changed +542
-0
lines changed
drivers/pci/controller/cadence Expand file tree Collapse file tree 3 files changed +542
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,18 @@ config PCIE_CADENCE_PLAT_EP
42
42
endpoint mode. This PCIe controller may be embedded into many
43
43
different vendors SoCs.
44
44
45
+ config PCIE_SG2042
46
+ bool "Sophgo SG2042 PCIe controller (host mode)"
47
+ depends on ARCH_SOPHGO || COMPILE_TEST
48
+ depends on OF
49
+ select IRQ_MSI_LIB
50
+ select PCI_MSI
51
+ select PCIE_CADENCE_HOST
52
+ help
53
+ Say Y here if you want to support the Sophgo SG2042 PCIe platform
54
+ controller in host mode. Sophgo SG2042 PCIe controller uses Cadence
55
+ PCIe core.
56
+
45
57
config PCI_J721E
46
58
tristate
47
59
select PCIE_CADENCE_HOST if PCI_J721E_HOST != n
@@ -67,4 +79,5 @@ config PCI_J721E_EP
67
79
Say Y here if you want to support the TI J721E PCIe platform
68
80
controller in endpoint mode. TI J721E PCIe controller uses Cadence PCIe
69
81
core.
82
+
70
83
endmenu
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ obj-$(CONFIG_PCIE_CADENCE_HOST) += pcie-cadence-host.o
4
4
obj-$(CONFIG_PCIE_CADENCE_EP) += pcie-cadence-ep.o
5
5
obj-$(CONFIG_PCIE_CADENCE_PLAT) += pcie-cadence-plat.o
6
6
obj-$(CONFIG_PCI_J721E) += pci-j721e.o
7
+ obj-$(CONFIG_PCIE_SG2042) += pcie-sg2042.o
You can’t perform that action at this time.
0 commit comments