1config BR2_PACKAGE_EVTEST
2	bool "evtest"
3	help
4	  evtest displays information on the input device specified on
5	  the command line, including all the events supported by the
6	  device. It then monitors the device and displays all the
7	  events layer events generated.
8
9	  https://gitlab.freedesktop.org/libevdev/evtest
10