# # For a description of the syntax of this configuration file, # see misc/tools/kconfig-language.txt. # config EXAMPLES_COMPOSITE bool "USB composite class driver example" default n ---help--- Enable the USB compsite class driver example if EXAMPLES_COMPOSITE config EXAMPLES_COMPOSITE_TRACEINIT bool "USB Trace Initialization" default n depends on USBDEV_TRACE || DEBUG_USB ---help--- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB), then the example code will also manage the USB trace output. The amount of trace output can be controlled this configuration value: This setting will show USB initialization events config EXAMPLES_COMPOSITE_TRACECLASS bool "USB Trace Class" default n depends on USBDEV_TRACE || DEBUG_USB ---help--- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB), then the example code will also manage the USB trace output. The amount of trace output can be controlled this configuration value: This setting will show USB class driver events config EXAMPLES_COMPOSITE_TRACETRANSFERS bool "USB Trace Transfers" default n depends on USBDEV_TRACE || DEBUG_USB ---help--- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB), then the example code will also manage the USB trace output. The amount of trace output can be controlled this configuration value: This setting will show USB data transfer events config EXAMPLES_COMPOSITE_TRACECONTROLLER bool "USB Trace Device Controller Events" default n depends on USBDEV_TRACE || DEBUG_USB ---help--- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB), then the example code will also manage the USB trace output. The amount of trace output can be controlled this configuration value: This setting will show USB device controller events config EXAMPLES_COMPOSITE_TRACEINTERRUPTS bool "USB Trace Device Controller Interrupt Events" default n depends on USBDEV_TRACE || DEBUG_USB ---help--- If USBDEV_TRACE is enabled (or DEBUG and DEBUG_USB), then the example code will also manage the USB trace output. The amount of trace output can be controlled this configuration value: This setting will show USB device controller interrupt-related events. endif