Skip to content

Commit 85e634d

Browse files
author
Fox Snowpatch
committed
1 parent 484dba3 commit 85e634d

6 files changed

Lines changed: 960 additions & 0 deletions

File tree

MAINTAINERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8590,6 +8590,13 @@ F: Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml
85908590
F: drivers/soc/fsl/qe/qmc.c
85918591
F: include/soc/fsl/qe/qmc.h
85928592

8593+
FREESCALE QUICC ENGINE QMC HDLC DRIVER
8594+
M: Herve Codina <herve.codina@bootlin.com>
8595+
L: netdev@vger.kernel.org
8596+
L: linuxppc-dev@lists.ozlabs.org
8597+
S: Maintained
8598+
F: drivers/net/wan/fsl_qmc_hdlc.c
8599+
85938600
FREESCALE QUICC ENGINE TSA DRIVER
85948601
M: Herve Codina <herve.codina@bootlin.com>
85958602
L: linuxppc-dev@lists.ozlabs.org

drivers/net/wan/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,18 @@ config FARSYNC
197197
To compile this driver as a module, choose M here: the
198198
module will be called farsync.
199199

200+
config FSL_QMC_HDLC
201+
tristate "Freescale QMC HDLC support"
202+
depends on HDLC
203+
depends on CPM_QMC
204+
help
205+
HDLC support using the Freescale QUICC Multichannel Controller (QMC).
206+
207+
To compile this driver as a module, choose M here: the
208+
module will be called fsl_qmc_hdlc.
209+
210+
If unsure, say N.
211+
200212
config FSL_UCC_HDLC
201213
tristate "Freescale QUICC Engine HDLC support"
202214
depends on HDLC

drivers/net/wan/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ obj-$(CONFIG_WANXL) += wanxl.o
2525
obj-$(CONFIG_PCI200SYN) += pci200syn.o
2626
obj-$(CONFIG_PC300TOO) += pc300too.o
2727
obj-$(CONFIG_IXP4XX_HSS) += ixp4xx_hss.o
28+
obj-$(CONFIG_FSL_QMC_HDLC) += fsl_qmc_hdlc.o
2829
obj-$(CONFIG_FSL_UCC_HDLC) += fsl_ucc_hdlc.o
2930
obj-$(CONFIG_SLIC_DS26522) += slic_ds26522.o
3031

0 commit comments

Comments
 (0)