@@ -59,3 +59,39 @@ config GRAPHICS_INPUT_TOOL_PRIORITY
5959 The priority of the input task.
6060
6161endif # GRAPHICS_INPUT_TOOL
62+
63+ menuconfig GRAPHICS_INPUT_GETEVENT
64+ tristate "Enable getevent tool"
65+ default n
66+ ---help---
67+ The getevent is a command-line input event monitor. It
68+ captures and displays real-time events from mouse,
69+ touchscreen, and keyboard devices via the input subsystem.
70+
71+ Use getevent to debug and verify input drivers, inspect
72+ raw event data during device bring-up, or diagnose
73+ input issues on a running system. It supports automatic
74+ device detection in /dev as well as manual device path
75+ specification.
76+
77+ if GRAPHICS_INPUT_GETEVENT
78+
79+ config GRAPHICS_INPUT_GETEVENT_STACKSIZE
80+ int "getevent stack size"
81+ default DEFAULT_TASK_STACKSIZE
82+ ---help---
83+ The size of stack allocated for the getevent task.
84+
85+ config GRAPHICS_INPUT_GETEVENT_PRIORITY
86+ int "getevent priority"
87+ default 100
88+ ---help---
89+ The priority of the getevent task.
90+
91+ config GRAPHICS_INPUT_GETEVENT_DETAIL_INFO
92+ bool "getevent detail info"
93+ default n
94+ ---help---
95+ Enable detailed information in getevent output.
96+
97+ endif # GRAPHICS_INPUT_GETEVENT
0 commit comments