mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
USB host composite is at least partially functional. No longer depends on CONFIG_EXPERIMENTAL
This commit is contained in:
parent
0de75e144a
commit
7f6a403b96
1 changed files with 0 additions and 4 deletions
|
@ -80,13 +80,9 @@ endif # USBHOST_HUB
|
|||
config USBHOST_COMPOSITE
|
||||
bool "Composite device support"
|
||||
default n
|
||||
depends on EXPERIMENTAL
|
||||
---help---
|
||||
Build in USB host support for connected composite devices
|
||||
|
||||
NOTE: This feature is marked EXPERIMENTAL because it has not been
|
||||
untested
|
||||
|
||||
config USBHOST_COMPOSITE_STRICT
|
||||
bool "Strict composite membership"
|
||||
default n
|
||||
|
|
Loading…
Reference in a new issue