diff options
Diffstat (limited to 'drivers/usb/net/Kconfig')
-rw-r--r-- | drivers/usb/net/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig index 4921101d93d0..5f3ae1e06b1e 100644 --- a/drivers/usb/net/Kconfig +++ b/drivers/usb/net/Kconfig | |||
@@ -212,6 +212,19 @@ config USB_NET_NET1080 | |||
212 | on this design: one NetChip 1080 chip and supporting logic, | 212 | on this design: one NetChip 1080 chip and supporting logic, |
213 | optionally with LEDs that indicate traffic | 213 | optionally with LEDs that indicate traffic |
214 | 214 | ||
215 | config USB_NET_RNDIS_HOST | ||
216 | tristate "Host for RNDIS devices (EXPERIMENTAL)" | ||
217 | depends on USB_USBNET && EXPERIMENTAL | ||
218 | select USB_NET_CDCETHER | ||
219 | help | ||
220 | This option enables hosting "Remote NDIS" USB networking links, | ||
221 | as encouraged by Microsoft (instead of CDC Ethernet!) for use in | ||
222 | various devices that may only support this protocol. | ||
223 | |||
224 | Avoid using this protocol unless you have no better options. | ||
225 | The protocol specification is incomplete, and is controlled by | ||
226 | (and for) Microsoft; it isn't an "Open" ecosystem or market. | ||
227 | |||
215 | config USB_NET_CDC_SUBSET | 228 | config USB_NET_CDC_SUBSET |
216 | tristate "Simple USB Network Links (CDC Ethernet subset)" | 229 | tristate "Simple USB Network Links (CDC Ethernet subset)" |
217 | depends on USB_USBNET | 230 | depends on USB_USBNET |