diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2009-07-21 03:58:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-21 21:40:39 +0200 |
commit | 87cf65601e1709e57f7e28f0f7b3eb0a992c1782 (patch) | |
tree | f4d18d2c5630e5b03b4c66ede5384cb330fe5583 /drivers/net/usb/Kconfig | |
parent | macsonic, jazzsonic: fix oops on module unload (diff) | |
download | linux-87cf65601e1709e57f7e28f0f7b3eb0a992c1782.tar.xz linux-87cf65601e1709e57f7e28f0f7b3eb0a992c1782.zip |
USB host CDC Phonet network interface driver
Many Nokia handsets support a Phonet interface to the cellular modem
via a vendor-specific USB interface. CDC Phonet follows the
Communications Device Class model, with one control interface, and
and a pair of inactive and active data alternative interface. The later
has two bulk endpoint, one per direction.
This was tested against Nokia E61, Nokia N95, and the existing Phonet
gadget function for the Linux composite USB gadget framework.
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Kconfig')
-rw-r--r-- | drivers/net/usb/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index a906d3998131..c47237c2d638 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -369,4 +369,12 @@ config USB_NET_INT51X1 (Powerline Communications) solution with an Intellon INT51x1/INT5200 chip, like the "devolo dLan duo". +config USB_CDC_PHONET + tristate "CDC Phonet support" + depends on PHONET + help + Choose this option to support the Phonet interface to a Nokia + cellular modem, as found on most Nokia handsets with the + "PC suite" USB profile. + endmenu |