Lines Matching full:input
4 menuconfig INPUT config
5 bool "Input"
7 Include input subsystem and drivers in the system config.
9 if INPUT
11 module = INPUT
12 module-str = input
16 int "Input subsystem and drivers init priority"
19 Input subsystem and drivers initialization priority.
22 prompt "Input event processing mode"
26 bool "Process input events synchronously"
28 Input events callbacks are processed synchronously in the context of
32 bool "Process input events in a dedicated thread"
35 Input events are added to a message queue and the callbacks are
43 bool "Override default input thread priority"
45 Option to change the default value of input thread priority.
49 int "Input thread priority"
52 Set thread priority of the input
56 int "Input queue max messages"
59 Maximum number of messages in the input event queue.
62 int "Input thread stack size"
65 Stack size for the thread processing the input events, must have
71 bool "Log all input events"
74 Dump all input devents using log info messages, has to be enabled
75 with "input dump on" if INPUT_SHELL is used.
78 bool "Input shell"
81 Enable the input shell, for interacting with the input subsystem
85 bool "Input longpress"
89 Enable the input longpress driver.
92 bool "Input keymap"
96 Enable the input keymap driver.
99 bool "Input double tap"
103 Enable the input double tap driver.
105 endif # INPUT