File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,20 +74,20 @@ config USBD_MAX_UDC_MSG
74
74
help
75
75
Maximum number of USB device controller events that can be queued.
76
76
77
- config USBD_MSG_SLAB_COUNT
78
- int "Maximum number of USB device notification messages"
79
- range 4 64
80
- default 8
81
- help
82
- Maximum number of USB device notification messages that can be queued.
83
-
84
77
config USBD_MSG_DEFERRED_MODE
85
78
bool "Execute message callback from system workqueue"
86
79
default y
87
80
help
88
81
Execute message callback from system workqueue. If disabled, message
89
82
callback will be executed in the device stack context.
90
83
84
+ config USBD_MSG_SLAB_COUNT
85
+ int "Maximum number of USB device notification messages" if USBD_MSG_DEFERRED_MODE
86
+ range 4 64
87
+ default 8
88
+ help
89
+ Maximum number of USB device notification messages that can be queued.
90
+
91
91
config USBD_MSG_WORK_DELAY
92
92
int "USB device notification messages work delay" if USBD_MSG_DEFERRED_MODE
93
93
range 1 100
You can’t perform that action at this time.
0 commit comments