File tree Expand file tree Collapse file tree 7 files changed +1379
-2
lines changed Expand file tree Collapse file tree 7 files changed +1379
-2
lines changed Original file line number Diff line number Diff line change @@ -4870,6 +4870,13 @@ F: drivers/net/ethernet/freescale/gianfar*
48704870X: drivers/net/ethernet/freescale/gianfar_ptp.c
48714871F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
48724872
4873+ FREESCALE QUICC ENGINE UCC HDLC DRIVER
4874+ M: Zhao Qiang <qiang.zhao@nxp.com>
4875+ L: netdev@vger.kernel.org
4876+ L: linuxppc-dev@lists.ozlabs.org
4877+ S: Maintained
4878+ F: drivers/net/wan/fsl_ucc_hdlc*
4879+
48734880FREESCALE QUICC ENGINE UCC UART DRIVER
48744881M: Timur Tabi <timur@tabi.org>
48754882L: linuxppc-dev@lists.ozlabs.org
Original file line number Diff line number Diff line change @@ -280,6 +280,17 @@ config DSCC4
280280 To compile this driver as a module, choose M here: the
281281 module will be called dscc4.
282282
283+ config FSL_UCC_HDLC
284+ tristate "Freescale QUICC Engine HDLC support"
285+ depends on HDLC
286+ depends on QUICC_ENGINE
287+ help
288+ Driver for Freescale QUICC Engine HDLC controller. The driver
289+ supports HDLC in NMSI and TDM mode.
290+
291+ To compile this driver as a module, choose M here: the
292+ module will be called fsl_ucc_hdlc.
293+
283294config DSCC4_PCISYNC
284295 bool "Etinc PCISYNC features"
285296 depends on DSCC4
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ obj-$(CONFIG_WANXL) += wanxl.o
3232obj-$(CONFIG_PCI200SYN) += pci200syn.o
3333obj-$(CONFIG_PC300TOO) += pc300too.o
3434obj-$(CONFIG_IXP4XX_HSS) += ixp4xx_hss.o
35+ obj-$(CONFIG_FSL_UCC_HDLC) += fsl_ucc_hdlc.o
3536
3637clean-files := wanxlfw.inc
3738$(obj ) /wanxl.o : $(obj ) /wanxlfw.inc
You can’t perform that action at this time.
0 commit comments