We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129bd47 commit afba937Copy full SHA for afba937
drivers/usb/class/Kconfig
@@ -29,3 +29,14 @@ config USB_PRINTER
29
To compile this driver as a module, choose M here: the
30
module will be called usblp.
31
32
+config USB_WDM
33
+ tristate "USB Wireless Device Management support"
34
+ depends on USB
35
+ ---help---
36
+ This driver supports the WMC Device Management functionality
37
+ of cell phones compliant to the CDC WMC specification. You can use
38
+ AT commands over this device.
39
+
40
+ To compile this driver as a module, choose M here: the
41
+ module will be called cdc-wdm.
42
drivers/usb/class/Makefile
@@ -5,3 +5,4 @@
5
6
obj-$(CONFIG_USB_ACM) += cdc-acm.o
7
obj-$(CONFIG_USB_PRINTER) += usblp.o
8
+obj-$(CONFIG_USB_WDM) += cdc-wdm.o
0 commit comments