summaryrefslogtreecommitdiffstats
path: root/configs/platform-friendlyarm-mini6410/rules/ring-bell.in
blob: 4669bc3c1cb0356f7415768ba3e77a1e89eed7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=test_suites

config RING_BELL
	tristate
	prompt "ring-bell"
	help
	  A small demo how to ring the bell from userland if no TTY is
	  available. On the HMI10 platform this tool must be used in accordance
	  with the pwm-beeper event device.
	  If a regular TTY is available also an "echo -e "\a" > /dev/tty0"
	  rings the bell.