summaryrefslogtreecommitdiffstats
path: root/rules/evtest.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-30 11:34:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-30 11:34:10 +0200
commit953b079db4dfc36189eb0068582dbf6d17b359a5 (patch)
tree45aa24525eea0cb9a38f78d1cc94a6f526633cfd /rules/evtest.in
parent69c2d93a08a37fad3a435fae0d93ccd18c3e40a6 (diff)
downloadptxdist-953b079db4dfc36189eb0068582dbf6d17b359a5.tar.gz
ptxdist-953b079db4dfc36189eb0068582dbf6d17b359a5.tar.xz
evtest: version bump 1.25 -> 1.31
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/evtest.in')
-rw-r--r--rules/evtest.in30
1 files changed, 2 insertions, 28 deletions
diff --git a/rules/evtest.in b/rules/evtest.in
index 45b57b23c..dc6605def 100644
--- a/rules/evtest.in
+++ b/rules/evtest.in
@@ -1,34 +1,8 @@
## SECTION=test_suites
-menuconfig EVTEST
+config EVTEST
tristate
- prompt "evtest "
- select LIBXML2 if EVTEST_CAPTURE
- select LIBXML2_WRITER if EVTEST_CAPTURE
- help
- Simple tool for Linux's input event debugging
-
-if EVTEST
-
-comment "Installation Options"
-
-config EVTEST_EVTEST
- bool
prompt "evtest"
- default y
- help
- Install the 'evtest' tool
-
-config EVTEST_CAPTURE
- bool
- prompt "evtest-capture"
help
- 'evtest-capture' captures the information and events from the input
- device specified on the command line and writes it to an xml file.
- Together with evtest-create-device.xsl, a simple uinput-based
- software input device can be created that replays the events as if
- the same input was performed on the physical device. This can be
- useful to replicate bugs with input devices in upper layers of the
- stack. Install the 'evtest-capture' tool (Note: requires libXML2).
+ Simple tool for Linux's input event debugging
-endif