Skip to content

Commit 42f4c8d

Browse files
author
Fox Snowpatch
committed
1 parent 5165c17 commit 42f4c8d

File tree

6 files changed

+874
-1
lines changed

6 files changed

+874
-1
lines changed

MAINTAINERS

+7
Original file line numberDiff line numberDiff line change
@@ -8585,6 +8585,13 @@ F: Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml
85858585
F: drivers/soc/fsl/qe/qmc.c
85868586
F: include/soc/fsl/qe/qmc.h
85878587

8588+
FREESCALE QUICC ENGINE QMC HDLC DRIVER
8589+
M: Herve Codina <[email protected]>
8590+
8591+
8592+
S: Maintained
8593+
F: drivers/net/wan/fsl_qmc_hdlc.c
8594+
85888595
FREESCALE QUICC ENGINE TSA DRIVER
85898596
M: Herve Codina <[email protected]>
85908597

drivers/net/wan/Kconfig

+12
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

+1
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)