summaryrefslogtreecommitdiffstats
path: root/rules/linux-serial-test.in
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2019-04-17 09:54:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-18 15:51:51 +0200
commitec7324dfe49aa3ebedc714d984330246ac54dd27 (patch)
tree7b72a8109455d3e571fceda7e67ddbd349108d38 /rules/linux-serial-test.in
parentf2a2111e2583e0e0a9d129b8edac952e60a8f30f (diff)
downloadptxdist-ec7324dfe49aa3ebedc714d984330246ac54dd27.tar.gz
ptxdist-ec7324dfe49aa3ebedc714d984330246ac54dd27.tar.xz
linux-serial-test: add new package
linux-serial-test is a small utility to test whether the serial port and its driver are working correctly. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/linux-serial-test.in')
-rw-r--r--rules/linux-serial-test.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/linux-serial-test.in b/rules/linux-serial-test.in
new file mode 100644
index 000000000..3f4434334
--- /dev/null
+++ b/rules/linux-serial-test.in
@@ -0,0 +1,10 @@
+## SECTION=test_suites
+
+config LINUX_SERIAL_TEST
+ tristate
+ select HOST_CMAKE
+ prompt "linux-serial-test"
+ help
+ Test application for serial ports under Linux.
+
+# vim: syntax=kconfig