mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
drivers/usbdev/Kconfig: Add comments in regard to RNDIS selection.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user