summaryrefslogtreecommitdiffstats
path: root/package/evtest/Config.in
blob: e8f9e3736729cc700f96bc154973f30a4ffbfa06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config BR2_PACKAGE_EVTEST
	bool "evtest"
	help
	  evtest displays information on the input device specified on
	  the command line, including all the events supported by the
	  device. It then monitors the device and displays all the
	  events layer events generated.

	  http://www.freedesktop.org/wiki/Evtest

config BR2_PACKAGE_EVTEST_CAPTURE
	bool "evtest-capture"
	depends on BR2_PACKAGE_EVTEST
	select BR2_PACKAGE_LIBXML2
	help
	  evtest-capture captures the information and events from the
	  input device specified on the command line and writes it to
	  the xml file given.