depends on ARCH_MVEBU || ARCH_DOVE
        depends on OF
  
++
 +config PCIE_XILINX_NWL
 +      bool "NWL PCIe Core"
 +      depends on ARCH_ZYNQMP
 +      select PCI_MSI_IRQ_DOMAIN if PCI_MSI
 +      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.
 +
+ 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