Lines Matching full:module
5 choice "$(module)_TRIGGER_MODE"
8 Specify the type of triggering to be used by the sensor module.
10 config $(module)_TRIGGER_NONE
13 config $(module)_TRIGGER_GLOBAL_THREAD
16 select $(module)_TRIGGER
18 config $(module)_TRIGGER_OWN_THREAD
21 select $(module)_TRIGGER
25 config $(module)_TRIGGER
28 if $(module)_TRIGGER
30 config $(module)_THREAD_PRIORITY
32 depends on $(module)_TRIGGER_OWN_THREAD
37 config $(module)_THREAD_STACK_SIZE
39 depends on $(module)_TRIGGER_OWN_THREAD
44 endif # $(module)_TRIGGER