drivers/usbdev/Kconfig: Add comments in regard to RNDIS selection.
This commit is contained in:
parent
24767a0c66
commit
35c97fbf27
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue