1config BR2_PACKAGE_INPUT_EVENT_DAEMON
2	bool "input-event-daemon"
3	# Uses fork()
4	depends on BR2_USE_MMU
5	help
6	  input-event-daemon is a daemon which executes
7	  a user-defined command on input events, such as
8	  keys, mouse buttons and switches.
9
10	  http://github.com/gandro/input-event-daemon
11