Acked-by: Minghuan Lian <minghuan.l...@nxp.com> > -----Original Message----- > From: Bao Xiaowei [mailto:xiaowei....@nxp.com] > Sent: Tuesday, October 24, 2017 4:31 PM > To: robh...@kernel.org; mark.rutl...@arm.com; catalin.mari...@arm.com; > will.dea...@arm.com; bhelg...@google.com; shawn...@kernel.org; > Madalin-cristian Bucur <madalin.bu...@nxp.com>; Sumit Garg > <sumit.g...@nxp.com>; Y.b. Lu <yangbo...@nxp.com>; hongtao....@nxp.com; > Andy Tang <andy.t...@nxp.com>; Leo Li <leoyang...@nxp.com>; > kis...@ti.com; jingooh...@gmail.com; pbrobin...@gmail.com; > songxiao...@hisilicon.com; devicet...@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; linux-kernel@vger.kernel.org; linux- > p...@vger.kernel.org; linuxppc-...@lists.ozlabs.org; Z.q. Hou > <zhiqiang....@nxp.com>; Mingkai Hu <mingkai...@nxp.com>; M.h. Lian > <minghuan.l...@nxp.com> > Cc: Xiaowei Bao <xiaowei....@nxp.com> > Subject: [PATCH 3/3] ARMv8: pcie: make the DWC EP driver support for > layerscape > > Layerscape pcie controllers support RC or EP mode, Add the EP mode support in > Kconfig, the driver will support both RC and EP mode, and the driver is able > to > judge the pcie controllers work on RC or EP mode. > > Signed-off-by: Bao Xiaowei <xiaowei....@nxp.com> > --- > drivers/pci/dwc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/dwc/Kconfig b/drivers/pci/dwc/Kconfig index > 22ec82fcdea2..b5f507795779 100644 > --- a/drivers/pci/dwc/Kconfig > +++ b/drivers/pci/dwc/Kconfig > @@ -108,6 +108,7 @@ config PCI_LAYERSCAPE > depends on PCI_MSI_IRQ_DOMAIN > select MFD_SYSCON > select PCIE_DW_HOST > + select PCIE_DW_EP > help > Say Y here if you want PCIe controller support on Layerscape SoCs. > > -- > 2.14.1