mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Add support for RmNet networking over USB. This is based on a snapshot from kernel msm-3.10 'commit ee337c6f350c ("net: rmnet_usb: Add sleep state extended IOCTL")' with changes to remove ether mode support and some code cleanup. This driver is used for only DATA message transactions between host and device. Change-Id: I6919ddf67613b1434adb78587e3a523897c2b5c6 Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
config RMNET_USB
|
|
tristate "RmNet USB Driver"
|
|
depends on USB_USBNET
|
|
help
|
|
Select this if you have a QTI modem device connected via USB
|
|
supporting RmNet network interface.
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called rmnet_usb. If unsure, choose N.
|