xref: /OK3568_Linux_fs/buildroot/package/triggerhappy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_TRIGGERHAPPY
2	bool "triggerhappy"
3	depends on BR2_USE_MMU # fork()
4	help
5	  Triggerhappy is a hotkey daemon developed with small and
6	  embedded systems in mind, e.g. linux based routers. It
7	  attaches to the input device files and interprets the event
8	  data received and executes scripts configured in its
9	  configuration.
10
11	  https://github.com/wertarbyte/triggerhappy
12
13if BR2_PACKAGE_TRIGGERHAPPY
14
15config BR2_PACKAGE_TRIGGERHAPPY_POWER_KEY
16	bool "power-key"
17	default y
18	help
19	  Handle power-key events (suspend/power-off).
20
21endif
22