diff options
author | Patrick Ziegler <patrick.ziegler@fh-kl.de> | 2013-08-15 14:40:56 +0200 |
---|---|---|
committer | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-08-15 19:56:27 -0700 |
commit | 2286b79dd3563ab71987b281fb6ee87333c62a38 (patch) | |
tree | 614906053037b15f5138ba5dac8b64da4e2b4f53 /backport | |
parent | 1469cfd014ecf9a1fc10c5471305dbe37101b6c8 (diff) |
backports: add wwan device drivers
Add cdc_mbim, cdc_ncm, sierra_net, qmi_wwan device drivers.
Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'backport')
-rw-r--r-- | backport/Kconfig | 2 | ||||
-rw-r--r-- | backport/Makefile.kernel | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/backport/Kconfig b/backport/Kconfig index 845b233c..64a5f8b8 100644 --- a/backport/Kconfig +++ b/backport/Kconfig @@ -48,3 +48,5 @@ source drivers/platform/x86/Kconfig source net/ieee802154/Kconfig source net/mac802154/Kconfig source drivers/net/ieee802154/Kconfig + +source drivers/usb/class/Kconfig diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel index ac29dea4..ca75ce1f 100644 --- a/backport/Makefile.kernel +++ b/backport/Makefile.kernel @@ -40,3 +40,6 @@ obj-$(CPTCFG_INTEL_IPS) += drivers/platform/x86/ obj-$(CPTCFG_IEEE802154) += net/ieee802154/ obj-$(CPTCFG_MAC802154) += net/mac802154/ obj-$(CPTCFG_IEEE802154) += drivers/net/ieee802154/ + +obj-$(CPTCFG_USB_WDM) += drivers/usb/class/ +obj-$(CPTCFG_USB_USBNET) += drivers/net/usb/ |