USBDEV Kconfig: CONFIG_USBDEV_TRACE_INITIALIDSET missing from Kconfig file
This commit is contained in:
parent
d700793077
commit
dbc9d67b3a
@ -102,7 +102,7 @@ config USBDEV_TRACE_NRECORDS
|
|||||||
Number of trace entries to remember
|
Number of trace entries to remember
|
||||||
|
|
||||||
config USBDEV_TRACE_STRINGS
|
config USBDEV_TRACE_STRINGS
|
||||||
bool "Decode device controller events"
|
bool "Decode device controller events"
|
||||||
default n
|
default n
|
||||||
depends on USBDEV_TRACE || DEBUG_USB
|
depends on USBDEV_TRACE || DEBUG_USB
|
||||||
---help---
|
---help---
|
||||||
@ -116,6 +116,15 @@ bool "Decode device controller events"
|
|||||||
extern const struct trace_msg_t g_usb_trace_strings_intdecode[];
|
extern const struct trace_msg_t g_usb_trace_strings_intdecode[];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
config USBDEV_TRACE_INITIALIDSET
|
||||||
|
bool "Initial enable bits"
|
||||||
|
default 0
|
||||||
|
depends on USBDEV_TRACE
|
||||||
|
---help---
|
||||||
|
This is the set of initial USB features that are enabled at boot
|
||||||
|
time. See the event ID class bit definitions in
|
||||||
|
include/nuttx/usbdev_trace.h.
|
||||||
|
|
||||||
comment "USB Device Class Driver Options"
|
comment "USB Device Class Driver Options"
|
||||||
|
|
||||||
config USBDEV_COMPOSITE
|
config USBDEV_COMPOSITE
|
||||||
|
Loading…
Reference in New Issue
Block a user