aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Kconfig
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2012-10-22 06:56:37 -0400
committerDavid S. Miller <davem@davemloft.net>2012-10-23 02:40:11 -0400
commit9084ccf9f7f96302bdcbd5d7707e3ec8b8e1bf53 (patch)
tree9518cb5d8d0f03fc4c1b10cd0f1039c730dd4e64 /drivers/net/usb/Kconfig
parent9bf211a30b3f158c39cf1c6adb3a9388d41740ce (diff)
net: cdc_mbim: build the MBIM driver
Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Kconfig')
-rw-r--r--drivers/net/usb/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index c1ae76968f47..2ab8043e1e28 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -219,6 +219,24 @@ config USB_NET_CDC_NCM
219 * ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design) 219 * ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design)
220 * Ericsson F5521gw Mobile Broadband Module 220 * Ericsson F5521gw Mobile Broadband Module
221 221
222config 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
222config USB_NET_DM9601 240config USB_NET_DM9601
223 tristate "Davicom DM9601 based USB 1.1 10/100 ethernet devices" 241 tristate "Davicom DM9601 based USB 1.1 10/100 ethernet devices"
224 depends on USB_USBNET 242 depends on USB_USBNET