aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Kconfig
diff options
context:
space:
mode:
authorEnrico Mioso <mrkiko.rs@gmail.com>2013-11-04 03:50:48 -0500
committerDavid S. Miller <davem@davemloft.net>2013-11-05 15:21:25 -0500
commit41c47d8cfd685cae6b08f9300fef12e602609b26 (patch)
tree6f2c2f5307164bcf486b32ffbf15fc6134e00d50 /drivers/net/usb/Kconfig
parent2f69702c4db5f1c3149fd17fe30bdeb87cba9698 (diff)
net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driver
This driver supports devices using the NCM protocol as an encapsulation layer for other protocols, like the E3131 Huawei 3G modem. This drivers approach was heavily inspired by the qmi_wwan/cdc_mbim approach & code model. Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com> 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/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index 40db31233313..85e4a01670f0 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -242,6 +242,21 @@ config USB_NET_CDC_NCM
242 * ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design) 242 * ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design)
243 * Ericsson F5521gw Mobile Broadband Module 243 * Ericsson F5521gw Mobile Broadband Module
244 244
245config USB_NET_HUAWEI_CDC_NCM
246 tristate "Huawei NCM embedded AT channel support"
247 depends on USB_USBNET
248 select USB_WDM
249 select USB_NET_CDC_NCM
250 help
251 This driver supports huawei-style NCM devices, that use NCM as a
252 transport for other protocols, usually an embedded AT channel.
253 Good examples are:
254 * Huawei E3131
255 * Huawei E3251
256
257 To compile this driver as a module, choose M here: the module will be
258 called huawei_cdc_ncm.ko.
259
245config USB_NET_CDC_MBIM 260config USB_NET_CDC_MBIM
246 tristate "CDC MBIM support" 261 tristate "CDC MBIM support"
247 depends on USB_USBNET 262 depends on USB_USBNET