x86/topology: Fix function name in documentation
[cris-mirror.git] / drivers / pci / cadence / Kconfig
blobe6824cb56c163e80e2f59cda07493fd1435af5f1
1 menu "Cadence PCIe controllers support"
3 config PCIE_CADENCE
4         bool
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.
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.
27 endmenu