Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Side by Side Diff: drivers/net/usb/Kconfig

Issue 6539018: CHROMIUM: Add gobi driver. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: Remove config changes. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | drivers/net/usb/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # USB Network devices configuration 2 # USB Network devices configuration
3 # 3 #
4 comment "Networking support is needed for USB Network Adapter support" 4 comment "Networking support is needed for USB Network Adapter support"
5 depends on USB && !NET 5 depends on USB && !NET
6 6
7 menu "USB Network Adapters" 7 menu "USB Network Adapters"
8 depends on USB && NET 8 depends on USB && NET
9 9
10 config USB_CATC 10 config USB_CATC
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 INT51x1/INT5200 chip, like the "devolo dLan duo". 370 INT51x1/INT5200 chip, like the "devolo dLan duo".
371 371
372 config USB_CDC_PHONET 372 config USB_CDC_PHONET
373 tristate "CDC Phonet support" 373 tristate "CDC Phonet support"
374 depends on PHONET 374 depends on PHONET
375 help 375 help
376 Choose this option to support the Phonet interface to a Nokia 376 Choose this option to support the Phonet interface to a Nokia
377 cellular modem, as found on most Nokia handsets with the 377 cellular modem, as found on most Nokia handsets with the
378 "PC suite" USB profile. 378 "PC suite" USB profile.
379 379
380 config USB_NET_GOBI
381 tristate "Qualcomm Gobi"
382 depends on USB_USBNET
383 help
384 Qualcomm Gobi 2k support.
385
380 endmenu 386 endmenu
OLDNEW
« no previous file with comments | « no previous file | drivers/net/usb/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698