| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |