diff options
author | Oliver Neukum <oliver@neukum.org> | 2008-05-13 17:01:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-05-20 23:14:15 +0200 |
commit | afba937e540c902c989cd516fd97ea0c8499bb27 (patch) | |
tree | 2d18bb30d91a286fbf5ef05008a5daf16223f741 /drivers/usb/class/Kconfig | |
parent | USB: ehci-orion: the Orion EHCI root hub does have a Transaction Translator (diff) | |
download | linux-afba937e540c902c989cd516fd97ea0c8499bb27.tar.xz linux-afba937e540c902c989cd516fd97ea0c8499bb27.zip |
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. + |