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