File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,24 @@ config USB_NET_CDC_NCM
219
219
* ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design)
220
220
* Ericsson F5521gw Mobile Broadband Module
221
221
222
+ config USB_NET_CDC_MBIM
223
+ tristate "CDC MBIM support"
224
+ depends on USB_USBNET
225
+ select USB_WDM
226
+ select USB_NET_CDC_NCM
227
+ help
228
+ This driver provides support for CDC MBIM (Mobile Broadband
229
+ Interface Model) devices. The CDC MBIM specification is
230
+ available from <http://www.usb.org/>.
231
+
232
+ MBIM devices require configuration using the management
233
+ protocol defined by the MBIM specification. This driver
234
+ provides unfiltered access to the MBIM control channel
235
+ through the associated /dev/cdc-wdmx character device.
236
+
237
+ To compile this driver as a module, choose M here: the
238
+ module will be called cdc_mbim.
239
+
222
240
config USB_NET_DM9601
223
241
tristate "Davicom DM9601 based USB 1.1 10/100 ethernet devices"
224
242
depends on USB_USBNET
Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ obj-$(CONFIG_USB_NET_CX82310_ETH) += cx82310_eth.o
31
31
obj-$(CONFIG_USB_NET_CDC_NCM) += cdc_ncm.o
32
32
obj-$(CONFIG_USB_VL600) += lg-vl600.o
33
33
obj-$(CONFIG_USB_NET_QMI_WWAN) += qmi_wwan.o
34
+ obj-$(CONFIG_USB_NET_CDC_MBIM) += cdc_mbim.o
34
35
You can’t perform that action at this time.
0 commit comments