Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Kconfig: HSO driver bugfixes and updates

Move the Kconfig for the new "Option" driver so it's not in the
middle of the usbnet-based drivers, so the dependency displays
in the Kconfig user interfaces don't get trashed.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

David Brownell and committed by
Jeff Garzik
85a73b33 0235f641

+10 -11
+10 -11
drivers/net/usb/Kconfig
··· 154 154 This driver creates an interface named "ethX", where X depends on 155 155 what other networking devices you have in use. 156 156 157 - config USB_HSO 158 - tristate "Option USB High Speed Mobile Devices" 159 - depends on USB && RFKILL 160 - default n 161 - help 162 - Choose this option if you have an Option HSDPA/HSUPA card. 163 - These cards support downlink speeds of 7.2Mbps or greater. 164 - 165 - To compile this driver as a module, choose M here: the 166 - module will be called hso. 167 - 168 157 config USB_NET_CDCETHER 169 158 tristate "CDC Ethernet support (smart devices such as cable modems)" 170 159 depends on USB_USBNET ··· 326 337 really need this non-conformant variant of CDC Ethernet (or in 327 338 some cases CDC MDLM) protocol, not "g_ether". 328 339 340 + config USB_HSO 341 + tristate "Option USB High Speed Mobile Devices" 342 + depends on USB && RFKILL 343 + default n 344 + help 345 + Choose this option if you have an Option HSDPA/HSUPA card. 346 + These cards support downlink speeds of 7.2Mbps or greater. 347 + 348 + To compile this driver as a module, choose M here: the 349 + module will be called hso. 329 350 330 351 endmenu