Skip to content

Commit 9084ccf

Browse files
bmorkdavem330
authored andcommitted
net: cdc_mbim: build the MBIM driver
Signed-off-by: Bjørn Mork <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 9bf211a commit 9084ccf

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

drivers/net/usb/Kconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,24 @@ config USB_NET_CDC_NCM
219219
* ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design)
220220
* Ericsson F5521gw Mobile Broadband Module
221221

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+
222240
config USB_NET_DM9601
223241
tristate "Davicom DM9601 based USB 1.1 10/100 ethernet devices"
224242
depends on USB_USBNET

drivers/net/usb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ obj-$(CONFIG_USB_NET_CX82310_ETH) += cx82310_eth.o
3131
obj-$(CONFIG_USB_NET_CDC_NCM) += cdc_ncm.o
3232
obj-$(CONFIG_USB_VL600) += lg-vl600.o
3333
obj-$(CONFIG_USB_NET_QMI_WWAN) += qmi_wwan.o
34+
obj-$(CONFIG_USB_NET_CDC_MBIM) += cdc_mbim.o
3435

0 commit comments

Comments
 (0)