blob: e6824cb56c163e80e2f59cda07493fd1435af5f1 [file] [log] [blame]
Cyrille Pitchen37dddf12018-01-30 21:56:59 +01001menu "Cadence PCIe controllers support"
2
3config PCIE_CADENCE
4 bool
5
6config PCIE_CADENCE_HOST
7 bool "Cadence PCIe host controller"
8 depends on OF
9 depends on PCI
10 select IRQ_DOMAIN
11 select PCIE_CADENCE
12 help
13 Say Y here if you want to support the Cadence PCIe controller in host
14 mode. This PCIe controller may be embedded into many different vendors
15 SoCs.
16
17config PCIE_CADENCE_EP
18 bool "Cadence PCIe endpoint controller"
19 depends on OF
20 depends on PCI_ENDPOINT
21 select PCIE_CADENCE
22 help
23 Say Y here if you want to support the Cadence PCIe controller in
24 endpoint mode. This PCIe controller may be embedded into many
25 different vendors SoCs.
26
27endmenu