Lines Matching +full:event +full:- +full:range
2 # SPDX-License-Identifier: Apache-2.0
12 bool "Add support for runtime network event notifications"
17 (or else) needs to be notified on a specific network event
23 prompt "Network event scheduling"
29 Create a dedicated thread for network event callback handlers.
37 event callback handlers.
42 bool "Trigger callback on event emit"
44 Call network event handlers when the event is emitted.
55 Hidden option to enable the network event's queue if asynchronous
59 int "Stack size for the inner thread handling event callbacks"
71 int "Size of event queue"
74 range 1 1024
78 3rd event comes in, the first will be removed without generating any
83 int "Timeout for event queue"
85 range 1 10000
88 Timeout in milliseconds for the event queue. This timeout is used to
92 bool "Passing information along with an event"
94 Event notifier will be able to provide information to an event,
96 on the type of event.
116 bool "Start the event monitor automatically at boot"
124 module-dep = NET_LOG
125 module-str = Log level for network management event core
126 module-help = Enable debug messages output for network management events.
130 bool "Stack analysis output on Net MGMT event core"
134 Add debug messages output on how much Net MGMT event stack is used.