diff options
Diffstat (limited to 'drivers/pci/host/Kconfig')
-rw-r--r-- | drivers/pci/host/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 4f8e951..391623e 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -16,6 +16,7 @@ config PCI_MVEBU depends on ARCH_MVEBU || ARCH_DOVE depends on OF + config PCIE_XILINX_NWL bool "NWL PCIe Core" depends on ARCH_ZYNQMP @@ -26,6 +27,17 @@ config PCIE_XILINX_NWL or End Point. The current option selection will only support root port enabling. +config PCIE_DW_PLAT + bool "Platform bus based DesignWare PCIe Controller" + select PCIE_DW + ---help--- + This selects the DesignWare PCIe controller support. Select this if + you have a PCIe controller on Platform bus. + + If you have a controller with this interface, say Y or M here. + + If unsure, say N. + config PCIE_DW bool |