Cyrille Pitchen | 37dddf1 | 2018-01-30 21:56:59 +0100 | [diff] [blame] | 1 | menu "Cadence PCIe controllers support" |
| 2 | |
| 3 | config PCIE_CADENCE |
| 4 | bool |
| 5 | |
| 6 | config 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 | |
| 17 | config 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 | |
| 27 | endmenu |