xref: /OK3568_Linux_fs/buildroot/package/input-event-daemon/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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
12if BR2_PACKAGE_INPUT_EVENT_DAEMON
13
14config BR2_PACKAGE_INPUT_EVENT_DAEMON_POWER_KEY
15	bool "power-key"
16	default y
17	help
18	  Handle power-key events (suspend/power-off).
19
20endif
21