From 56bcf0e3b0206713ec67e69bd19e8ad8e5eb14c8 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 8 Aug 2008 13:53:29 -0700 Subject: [PATCH] --- yaml --- r: 108783 b: refs/heads/master c: 85a73b333c0c06fcadb8e32f1e30f00e980f2fc7 h: refs/heads/master i: 108781: e49634c99b78ea841e474aaa58d9c124123d1561 108779: f131fbb139d4fa926bdfce8933f0299f12e70c98 108775: c74c652b7a7a0a17d73ca2f086538b62888a2b48 108767: 29b8617d83aae243c5eb4e2d11492c039fb3252a v: v3 --- [refs] | 2 +- trunk/drivers/net/usb/Kconfig | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/[refs] b/[refs] index c39c4a94810b..a732771df6fc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0235f64175db41fa17a6ce5c9b58fd3550986eb4 +refs/heads/master: 85a73b333c0c06fcadb8e32f1e30f00e980f2fc7 diff --git a/trunk/drivers/net/usb/Kconfig b/trunk/drivers/net/usb/Kconfig index 68e198bd538b..0973b6e37024 100644 --- a/trunk/drivers/net/usb/Kconfig +++ b/trunk/drivers/net/usb/Kconfig @@ -154,17 +154,6 @@ config USB_NET_AX8817X This driver creates an interface named "ethX", where X depends on what other networking devices you have in use. -config USB_HSO - tristate "Option USB High Speed Mobile Devices" - depends on USB && RFKILL - default n - help - Choose this option if you have an Option HSDPA/HSUPA card. - These cards support downlink speeds of 7.2Mbps or greater. - - To compile this driver as a module, choose M here: the - module will be called hso. - config USB_NET_CDCETHER tristate "CDC Ethernet support (smart devices such as cable modems)" depends on USB_USBNET @@ -337,5 +326,15 @@ config USB_NET_ZAURUS really need this non-conformant variant of CDC Ethernet (or in some cases CDC MDLM) protocol, not "g_ether". +config USB_HSO + tristate "Option USB High Speed Mobile Devices" + depends on USB && RFKILL + default n + help + Choose this option if you have an Option HSDPA/HSUPA card. + These cards support downlink speeds of 7.2Mbps or greater. + + To compile this driver as a module, choose M here: the + module will be called hso. endmenu