From dbc9d67b3aad35be8955f236302ee874d264e019 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Sep 2015 07:25:21 -0600 Subject: [PATCH] USBDEV Kconfig: CONFIG_USBDEV_TRACE_INITIALIDSET missing from Kconfig file --- drivers/usbdev/Kconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/usbdev/Kconfig b/drivers/usbdev/Kconfig index a284917ee6..a08c85e07f 100644 --- a/drivers/usbdev/Kconfig +++ b/drivers/usbdev/Kconfig @@ -102,7 +102,7 @@ config USBDEV_TRACE_NRECORDS Number of trace entries to remember config USBDEV_TRACE_STRINGS -bool "Decode device controller events" + bool "Decode device controller events" default n depends on USBDEV_TRACE || DEBUG_USB ---help--- @@ -116,6 +116,15 @@ bool "Decode device controller events" extern const struct trace_msg_t g_usb_trace_strings_intdecode[]; #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" config USBDEV_COMPOSITE