File tree Expand file tree Collapse file tree 4 files changed +2848
-0
lines changed Expand file tree Collapse file tree 4 files changed +2848
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ obj-$(CONFIG_USB_CATC) += usb/
237
237
obj-$(CONFIG_USB_KAWETH) += usb/
238
238
obj-$(CONFIG_USB_PEGASUS) += usb/
239
239
obj-$(CONFIG_USB_RTL8150) += usb/
240
+ obj-$(CONFIG_USB_HSO) += usb/
240
241
obj-$(CONFIG_USB_USBNET) += usb/
241
242
obj-$(CONFIG_USB_ZD1201) += usb/
242
243
Original file line number Diff line number Diff line change @@ -154,6 +154,16 @@ config USB_NET_AX8817X
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.
157
167
158
168
config USB_NET_CDCETHER
159
169
tristate "CDC Ethernet support (smart devices such as cable modems)"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ obj-$(CONFIG_USB_CATC) += catc.o
6
6
obj-$(CONFIG_USB_KAWETH) += kaweth.o
7
7
obj-$(CONFIG_USB_PEGASUS) += pegasus.o
8
8
obj-$(CONFIG_USB_RTL8150) += rtl8150.o
9
+ obj-$(CONFIG_USB_HSO) += hso.o
9
10
obj-$(CONFIG_USB_NET_AX8817X) += asix.o
10
11
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o
11
12
obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
You can’t perform that action at this time.
0 commit comments