diff options
author | Oliver Neukum | 2008-05-13 17:01:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2008-05-20 14:14:15 -0700 |
commit | afba937e540c902c989cd516fd97ea0c8499bb27 (patch) | |
tree | 2d18bb30d91a286fbf5ef05008a5daf16223f741 /drivers/usb/class/Kconfig | |
parent | 129bd474a80726247e5b1c61fe66a413e63053bc (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/Kconfig | 11 |
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 To compile this driver as a module, choose M here: the module will be called usblp. +config USB_WDM + tristate "USB Wireless Device Management support" + depends on USB + ---help--- + This driver supports the WMC Device Management functionality + of cell phones compliant to the CDC WMC specification. You can use + AT commands over this device. + + To compile this driver as a module, choose M here: the + module will be called cdc-wdm. + |