drivers/usbdev/Kconfig: Add comments in regard to RNDIS selection.

This commit is contained in:
Gregory Nutt 2017-09-25 12:52:04 -06:00
parent 24767a0c66
commit 35c97fbf27
1 changed files with 9 additions and 2 deletions

View File

@ -665,5 +665,12 @@ menuconfig RNDIS
default n
---help---
References:
"MS-RNDIS: Remote Network Driver Interface Specification (RNDIS) Protocol"
"Remote NDIS To USB Mapping"
- "MS-RNDIS: Remote Network Driver Interface Specification (RNDIS)
Protocol"
- "Remote NDIS To USB Mapping"
This option may requierd CONFIG_NETDEV_LATEINIT=y otherwise, the
power-up initialization may call the non-existent up_netinitialize().
This option is not automatically selected because it may be that
you have an additional network device that requires the early
up_netinitialize() call.