summaryrefslogtreecommitdiffstats
path: root/rules/beep.in
diff options
context:
space:
mode:
authorBastian Stender <bst@pengutronix.de>2017-10-10 12:16:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-10-10 13:42:08 +0200
commit28f4f55fb7a65cc613f886cb3ef9afef676081ba (patch)
tree3f61fe70efa78aca981dbe0213042aefb40f314a /rules/beep.in
parent1209a2eb8128653a8f7f3d859022641a403ff191 (diff)
downloadptxdist-28f4f55fb7a65cc613f886cb3ef9afef676081ba.tar.gz
ptxdist-28f4f55fb7a65cc613f886cb3ef9afef676081ba.tar.xz
beep: new package
Extended beep utility that does pretty much the same as busybox' beep, but allows reading stdin and specifying an alternative console device. This is especially useful to test the kernel drivers "pwm-beeper" and "gpio-beeper". To do so enable CONFIG_INPUT_EVDEV and specify the input device with -e. Signed-off-by: Bastian Stender <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/beep.in')
-rw-r--r--rules/beep.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/beep.in b/rules/beep.in
new file mode 100644
index 000000000..52abcd11e
--- /dev/null
+++ b/rules/beep.in
@@ -0,0 +1,7 @@
+## SECTION=multimedia_sound
+
+config BEEP
+ tristate
+ prompt "beep"
+ help
+ Extended beep utility