pci: PCIe driver for Marvell Armada 370/XP systems
This driver implements the support for the PCIe interfaces on the
Marvell Armada 370/XP ARM SoCs. In the future, it might be extended to
cover earlier families of Marvell SoCs, such as Dove, Orion and
Kirkwood.
The driver implements the hw_pci operations needed by the core ARM PCI
code to setup PCI devices and get their corresponding IRQs, and the
pci_ops operations that are used by the PCI core to read/write the
configuration space of PCI devices.
Since the PCIe interfaces of Marvell SoCs are completely separate and
not linked together in a bus, this driver sets up an emulated PCI host
bridge, with one PCI-to-PCI bridge as child for each hardware PCIe
interface.
In addition, this driver enumerates the different PCIe slots, and for
those having a device plugged in, it sets up the necessary address
decoding windows, using the mvebu-mbus driver.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2013-05-16 22:55:22 +07:00
|
|
|
menu "PCI host controller drivers"
|
|
|
|
depends on PCI
|
|
|
|
|
|
|
|
config PCI_MVEBU
|
|
|
|
bool "Marvell EBU PCIe controller"
|
2014-07-11 04:36:29 +07:00
|
|
|
depends on ARCH_MVEBU || ARCH_DOVE
|
2016-02-18 20:32:10 +07:00
|
|
|
depends on ARM
|
2013-08-09 17:35:50 +07:00
|
|
|
depends on OF
|
pci: PCIe driver for Marvell Armada 370/XP systems
This driver implements the support for the PCIe interfaces on the
Marvell Armada 370/XP ARM SoCs. In the future, it might be extended to
cover earlier families of Marvell SoCs, such as Dove, Orion and
Kirkwood.
The driver implements the hw_pci operations needed by the core ARM PCI
code to setup PCI devices and get their corresponding IRQs, and the
pci_ops operations that are used by the PCI core to read/write the
configuration space of PCI devices.
Since the PCIe interfaces of Marvell SoCs are completely separate and
not linked together in a bus, this driver sets up an emulated PCI host
bridge, with one PCI-to-PCI bridge as child for each hardware PCIe
interface.
In addition, this driver enumerates the different PCIe slots, and for
those having a device plugged in, it sets up the necessary address
decoding windows, using the mvebu-mbus driver.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2013-05-16 22:55:22 +07:00
|
|
|
|
2016-06-30 16:32:31 +07:00
|
|
|
config PCI_AARDVARK
|
|
|
|
bool "Aardvark PCIe controller"
|
|
|
|
depends on ARCH_MVEBU && ARM64
|
|
|
|
depends on OF
|
|
|
|
depends on PCI_MSI_IRQ_DOMAIN
|
|
|
|
help
|
|
|
|
Add support for Aardvark 64bit PCIe Host Controller. This
|
|
|
|
controller is part of the South Bridge of the Marvel Armada
|
|
|
|
3700 SoC.
|
2016-03-15 20:55:52 +07:00
|
|
|
|
2016-03-06 23:32:14 +07:00
|
|
|
config PCIE_XILINX_NWL
|
|
|
|
bool "NWL PCIe Core"
|
|
|
|
depends on ARCH_ZYNQMP
|
2016-06-16 03:47:33 +07:00
|
|
|
depends on PCI_MSI_IRQ_DOMAIN
|
2016-03-06 23:32:14 +07:00
|
|
|
help
|
|
|
|
Say 'Y' here if you want kernel support for Xilinx
|
|
|
|
NWL PCIe controller. The controller can act as Root Port
|
|
|
|
or End Point. The current option selection will only
|
|
|
|
support root port enabling.
|
|
|
|
|
2013-08-09 21:49:19 +07:00
|
|
|
config PCI_TEGRA
|
|
|
|
bool "NVIDIA Tegra PCIe controller"
|
2016-11-25 17:57:16 +07:00
|
|
|
depends on ARCH_TEGRA
|
2014-11-12 20:53:38 +07:00
|
|
|
help
|
|
|
|
Say Y here if you want support for the PCIe host controller found
|
|
|
|
on NVIDIA Tegra SoCs.
|
2013-08-09 21:49:19 +07:00
|
|
|
|
2013-10-29 23:12:51 +07:00
|
|
|
config PCI_RCAR_GEN2
|
|
|
|
bool "Renesas R-Car Gen2 Internal PCI controller"
|
2015-10-30 20:08:17 +07:00
|
|
|
depends on ARM
|
2016-02-25 07:45:56 +07:00
|
|
|
depends on ARCH_RENESAS || COMPILE_TEST
|
2013-10-29 23:12:51 +07:00
|
|
|
help
|
|
|
|
Say Y here if you want internal PCI support on R-Car Gen2 SoC.
|
|
|
|
There are 3 internal PCI controllers available with a single
|
|
|
|
built-in EHCI/OHCI host controller present on each one.
|
|
|
|
|
2016-04-21 10:51:55 +07:00
|
|
|
config PCIE_RCAR
|
2014-05-12 17:57:48 +07:00
|
|
|
bool "Renesas R-Car PCIe controller"
|
2016-02-25 07:45:56 +07:00
|
|
|
depends on ARCH_RENESAS || (ARM && COMPILE_TEST)
|
2016-06-16 03:47:33 +07:00
|
|
|
depends on PCI_MSI_IRQ_DOMAIN
|
2014-05-12 17:57:48 +07:00
|
|
|
help
|
2016-04-21 10:51:55 +07:00
|
|
|
Say Y here if you want PCIe controller support on R-Car SoCs.
|
2014-05-12 17:57:48 +07:00
|
|
|
|
2016-03-12 04:35:55 +07:00
|
|
|
config PCI_HOST_COMMON
|
|
|
|
bool
|
2016-05-12 05:34:46 +07:00
|
|
|
select PCI_ECAM
|
2016-03-12 04:35:55 +07:00
|
|
|
|
2013-11-22 23:14:41 +07:00
|
|
|
config PCI_HOST_GENERIC
|
|
|
|
bool "Generic PCI host controller"
|
2015-08-05 03:53:40 +07:00
|
|
|
depends on (ARM || ARM64) && OF
|
2016-03-12 04:35:55 +07:00
|
|
|
select PCI_HOST_COMMON
|
2016-05-18 21:15:53 +07:00
|
|
|
select IRQ_DOMAIN
|
2013-11-22 23:14:41 +07:00
|
|
|
help
|
|
|
|
Say Y here if you want to support a simple generic PCI host
|
|
|
|
controller, such as the one emulated by kvmtool.
|
|
|
|
|
2014-08-20 23:26:02 +07:00
|
|
|
config PCIE_XILINX
|
|
|
|
bool "Xilinx AXI PCIe host bridge support"
|
2016-02-11 23:28:11 +07:00
|
|
|
depends on ARCH_ZYNQ || MICROBLAZE
|
2014-08-20 23:26:02 +07:00
|
|
|
help
|
|
|
|
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
|
|
|
|
Host Bridge driver.
|
|
|
|
|
2014-10-02 02:01:35 +07:00
|
|
|
config PCI_XGENE
|
|
|
|
bool "X-Gene PCIe controller"
|
2016-12-02 09:27:07 +07:00
|
|
|
depends on ARM64
|
|
|
|
depends on OF || (ACPI && PCI_QUIRKS)
|
2014-10-02 02:01:35 +07:00
|
|
|
select PCIEPORTBUS
|
|
|
|
help
|
|
|
|
Say Y here if you want internal PCI support on APM X-Gene SoC.
|
|
|
|
There are 5 internal PCIe ports available. Each port is GEN3 capable
|
|
|
|
and have varied lanes from x1 to x8.
|
|
|
|
|
2015-06-06 03:56:34 +07:00
|
|
|
config PCI_XGENE_MSI
|
|
|
|
bool "X-Gene v1 PCIe MSI feature"
|
2016-06-16 03:47:33 +07:00
|
|
|
depends on PCI_XGENE
|
|
|
|
depends on PCI_MSI_IRQ_DOMAIN
|
2015-06-06 03:56:34 +07:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC.
|
|
|
|
This MSI driver supports 5 PCIe ports on the APM X-Gene v1 SoC.
|
|
|
|
|
2015-01-28 23:16:18 +07:00
|
|
|
config PCI_VERSATILE
|
|
|
|
bool "ARM Versatile PB PCI controller"
|
|
|
|
depends on ARCH_VERSATILE
|
|
|
|
|
2015-04-09 01:21:35 +07:00
|
|
|
config PCIE_IPROC
|
2015-11-25 04:28:48 +07:00
|
|
|
tristate
|
2015-04-09 01:21:35 +07:00
|
|
|
help
|
|
|
|
This enables the iProc PCIe core controller support for Broadcom's
|
2015-11-25 04:28:48 +07:00
|
|
|
iProc family of SoCs. An appropriate bus interface driver needs
|
|
|
|
to be enabled to select this.
|
2015-04-09 01:21:35 +07:00
|
|
|
|
|
|
|
config PCIE_IPROC_PLATFORM
|
|
|
|
tristate "Broadcom iProc PCIe platform bus driver"
|
|
|
|
depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST)
|
|
|
|
depends on OF
|
|
|
|
select PCIE_IPROC
|
|
|
|
default ARCH_BCM_IPROC
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the Broadcom iProc PCIe controller
|
|
|
|
through the generic platform bus interface
|
|
|
|
|
2015-05-13 04:23:01 +07:00
|
|
|
config PCIE_IPROC_BCMA
|
2015-07-26 02:15:24 +07:00
|
|
|
tristate "Broadcom iProc PCIe BCMA bus driver"
|
2015-07-30 00:12:53 +07:00
|
|
|
depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST)
|
2015-05-13 04:23:01 +07:00
|
|
|
select PCIE_IPROC
|
|
|
|
select BCMA
|
|
|
|
select PCI_DOMAINS
|
|
|
|
default ARCH_BCM_5301X
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the Broadcom iProc PCIe controller
|
|
|
|
through the BCMA bus interface
|
|
|
|
|
2016-01-07 07:04:35 +07:00
|
|
|
config PCIE_IPROC_MSI
|
|
|
|
bool "Broadcom iProc PCIe MSI support"
|
|
|
|
depends on PCIE_IPROC_PLATFORM || PCIE_IPROC_BCMA
|
2016-06-16 03:47:33 +07:00
|
|
|
depends on PCI_MSI_IRQ_DOMAIN
|
2016-01-07 07:04:35 +07:00
|
|
|
default ARCH_BCM_IPROC
|
|
|
|
help
|
|
|
|
Say Y here if you want to enable MSI support for Broadcom's iProc
|
|
|
|
PCIe controller
|
|
|
|
|
2015-10-23 17:27:12 +07:00
|
|
|
config PCIE_ALTERA
|
|
|
|
bool "Altera PCIe controller"
|
|
|
|
depends on ARM || NIOS2
|
|
|
|
depends on OF_PCI
|
|
|
|
select PCI_DOMAINS
|
|
|
|
help
|
|
|
|
Say Y here if you want to enable PCIe controller support on Altera
|
|
|
|
FPGA.
|
|
|
|
|
2015-10-23 17:27:13 +07:00
|
|
|
config PCIE_ALTERA_MSI
|
|
|
|
bool "Altera PCIe MSI feature"
|
2016-06-16 03:47:33 +07:00
|
|
|
depends on PCIE_ALTERA
|
|
|
|
depends on PCI_MSI_IRQ_DOMAIN
|
2015-10-23 17:27:13 +07:00
|
|
|
help
|
|
|
|
Say Y here if you want PCIe MSI support for the Altera FPGA.
|
|
|
|
This MSI driver supports Altera MSI to GIC controller IP.
|
|
|
|
|
2016-03-05 05:31:47 +07:00
|
|
|
config PCI_HOST_THUNDER_PEM
|
|
|
|
bool "Cavium Thunder PCIe controller to off-chip devices"
|
2016-12-01 13:07:56 +07:00
|
|
|
depends on ARM64
|
|
|
|
depends on OF || (ACPI && PCI_QUIRKS)
|
2016-03-05 05:31:47 +07:00
|
|
|
select PCI_HOST_COMMON
|
|
|
|
help
|
|
|
|
Say Y here if you want PCIe support for CN88XX Cavium Thunder SoCs.
|
|
|
|
|
2016-03-05 05:31:48 +07:00
|
|
|
config PCI_HOST_THUNDER_ECAM
|
|
|
|
bool "Cavium Thunder ECAM controller to on-chip devices on pass-1.x silicon"
|
2016-12-01 12:16:34 +07:00
|
|
|
depends on ARM64
|
|
|
|
depends on OF || (ACPI && PCI_QUIRKS)
|
2016-03-05 05:31:48 +07:00
|
|
|
select PCI_HOST_COMMON
|
|
|
|
help
|
|
|
|
Say Y here if you want ECAM support for CN88XX-Pass-1.x Cavium Thunder SoCs.
|
|
|
|
|
2016-09-03 23:41:09 +07:00
|
|
|
config PCIE_ROCKCHIP
|
|
|
|
bool "Rockchip PCIe controller"
|
2016-12-08 04:05:59 +07:00
|
|
|
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
2016-09-03 23:41:09 +07:00
|
|
|
depends on OF
|
|
|
|
depends on PCI_MSI_IRQ_DOMAIN
|
|
|
|
select MFD_SYSCON
|
|
|
|
help
|
|
|
|
Say Y here if you want internal PCI support on Rockchip SoC.
|
|
|
|
There is 1 internal PCIe port available to support GEN2 with
|
|
|
|
4 slots.
|
|
|
|
|
2016-10-05 00:26:37 +07:00
|
|
|
config VMD
|
2016-11-12 06:08:45 +07:00
|
|
|
depends on PCI_MSI && X86_64 && SRCU
|
2016-10-05 00:26:37 +07:00
|
|
|
tristate "Intel Volume Management Device Driver"
|
|
|
|
default N
|
|
|
|
---help---
|
|
|
|
Adds support for the Intel Volume Management Device (VMD). VMD is a
|
|
|
|
secondary PCI host bridge that allows PCI Express root ports,
|
|
|
|
and devices attached to them, to be removed from the default
|
|
|
|
PCI domain and placed within the VMD domain. This provides
|
|
|
|
more bus resources than are otherwise possible with a
|
|
|
|
single domain. If you know your system provides one of these and
|
|
|
|
has devices attached to it, say Y; if you are not sure, say N.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called vmd.
|
|
|
|
|
pci: PCIe driver for Marvell Armada 370/XP systems
This driver implements the support for the PCIe interfaces on the
Marvell Armada 370/XP ARM SoCs. In the future, it might be extended to
cover earlier families of Marvell SoCs, such as Dove, Orion and
Kirkwood.
The driver implements the hw_pci operations needed by the core ARM PCI
code to setup PCI devices and get their corresponding IRQs, and the
pci_ops operations that are used by the PCI core to read/write the
configuration space of PCI devices.
Since the PCIe interfaces of Marvell SoCs are completely separate and
not linked together in a bus, this driver sets up an emulated PCI host
bridge, with one PCI-to-PCI bridge as child for each hardware PCIe
interface.
In addition, this driver enumerates the different PCIe slots, and for
those having a device plugged in, it sets up the necessary address
decoding windows, using the mvebu-mbus driver.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2013-05-16 22:55:22 +07:00
|
|
|
endmenu
|