]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/pci/host/Kconfig
Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[mirror_ubuntu-zesty-kernel.git] / drivers / pci / host / Kconfig
CommitLineData
45361a4f
TP
1menu "PCI host controller drivers"
2 depends on PCI
3
47ff3de9
KVA
4config PCI_DRA7XX
5 bool "TI DRA7xx PCIe controller"
6 select PCIE_DW
7 depends on OF && HAS_IOMEM && TI_PIPE3
8 help
9 Enables support for the PCIe controller in the DRA7xx SoC. There
10 are two instances of PCIe controller in DRA7xx. This controller can
11 act both as EP and RC. This reuses the Designware core.
12
45361a4f
TP
13config PCI_MVEBU
14 bool "Marvell EBU PCIe controller"
c2760208 15 depends on ARCH_MVEBU || ARCH_DOVE
5477a33b 16 depends on OF
45361a4f 17
340cba60
JH
18config PCIE_DW
19 bool
20
21config PCI_EXYNOS
22 bool "Samsung Exynos PCIe controller"
23 depends on SOC_EXYNOS5440
24 select PCIEPORTBUS
25 select PCIE_DW
26
bb38919e
SC
27config PCI_IMX6
28 bool "Freescale i.MX6 PCIe controller"
29 depends on SOC_IMX6Q
30 select PCIEPORTBUS
31 select PCIE_DW
32
d1523b52
TR
33config PCI_TEGRA
34 bool "NVIDIA Tegra PCIe controller"
35 depends on ARCH_TEGRA
36
ba3eb9fc
VB
37config PCI_RCAR_GEN2
38 bool "Renesas R-Car Gen2 Internal PCI controller"
ef4741e9 39 depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
ba3eb9fc
VB
40 help
41 Say Y here if you want internal PCI support on R-Car Gen2 SoC.
42 There are 3 internal PCI controllers available with a single
43 built-in EHCI/OHCI host controller present on each one.
44
c25da477
PE
45config PCI_RCAR_GEN2_PCIE
46 bool "Renesas R-Car PCIe controller"
47 depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
48 help
49 Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
50
ce292991
WD
51config PCI_HOST_GENERIC
52 bool "Generic PCI host controller"
53 depends on ARM && OF
54 help
55 Say Y here if you want to support a simple generic PCI host
56 controller, such as the one emulated by kvmtool.
57
51b66a6c 58config PCIE_SPEAR13XX
8d7004a6 59 bool "STMicroelectronics SPEAr PCIe controller"
51b66a6c
PA
60 depends on ARCH_SPEAR13XX
61 select PCIEPORTBUS
62 select PCIE_DW
63 help
64 Say Y here if you want PCIe support on SPEAr13XX SoCs.
65
0c4ffcfe
MK
66config PCI_KEYSTONE
67 bool "TI Keystone PCIe controller"
68 depends on ARCH_KEYSTONE
69 select PCIE_DW
70 select PCIEPORTBUS
71 help
72 Say Y here if you want to enable PCI controller support on Keystone
73 SoCs. The PCI controller on Keystone is based on Designware hardware
74 and therefore the driver re-uses the Designware core functions to
75 implement the driver.
a2351efe 76
8961def5
ST
77config PCIE_XILINX
78 bool "Xilinx AXI PCIe host bridge support"
79 depends on ARCH_ZYNQ
80 help
81 Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
82 Host Bridge driver.
83
5f6b6ccd
TI
84config PCI_XGENE
85 bool "X-Gene PCIe controller"
86 depends on ARCH_XGENE
87 depends on OF
88 select PCIEPORTBUS
89 help
90 Say Y here if you want internal PCI support on APM X-Gene SoC.
91 There are 5 internal PCIe ports available. Each port is GEN3 capable
92 and have varied lanes from x1 to x8.
93
45361a4f 94endmenu