diff options
author | Ley Foon Tan | 2018-04-20 21:55:45 +0800 |
---|---|---|
committer | Tom Rini | 2018-05-08 09:07:35 -0400 |
commit | 7c45862f22fd6275a48130197d315dcf8723cfb5 (patch) | |
tree | 4e064f965a540805aa071feb465524ece360346c /drivers/pci/Kconfig | |
parent | 666028fc7c21e7800953b5e928e84fb86f962723 (diff) |
pci: intel: Add Intel FPGA PCIe controller driver
Add PCIe driver for Intel FPGA PCIe IP. This driver operates the PCIe IP in
rootport mode only, the EP mode is not supported. The driver is tested
with the Intel e1000e NIC driver.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index c20a0cc0607..f59803dbd65 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -105,4 +105,11 @@ config PCIE_LAYERSCAPE PCIe controllers. The PCIe may works in RC or EP mode according to RCW[HOST_AGT_PEX] setting. +config PCIE_INTEL_FPGA + bool "Intel FPGA PCIe support" + depends on DM_PCI + help + Say Y here if you want to enable PCIe controller support on Intel + FPGA, example Stratix 10. + endif |