aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/Kconfig
diff options
context:
space:
mode:
authorOliver Neukum <oliver@neukum.org>2008-05-13 11:01:25 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2008-05-20 17:14:15 -0400
commitafba937e540c902c989cd516fd97ea0c8499bb27 (patch)
tree2d18bb30d91a286fbf5ef05008a5daf16223f741 /drivers/usb/class/Kconfig
parent129bd474a80726247e5b1c61fe66a413e63053bc (diff)
USB: CDC WDM driver
Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/class/Kconfig')
-rw-r--r--drivers/usb/class/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/class/Kconfig b/drivers/usb/class/Kconfig
index 3a9102d2591b..66f17ed88cb5 100644
--- a/drivers/usb/class/Kconfig
+++ b/drivers/usb/class/Kconfig
@@ -29,3 +29,14 @@ config USB_PRINTER
29 To compile this driver as a module, choose M here: the 29 To compile this driver as a module, choose M here: the
30 module will be called usblp. 30 module will be called usblp.
31 31
32config 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