xref: /OK3568_Linux_fs/buildroot/package/acpid/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ACPID
2	bool "acpid"
3	depends on BR2_USE_MMU # fork()
4	help
5	  Advanced Configuration and Power Interface event daemon.
6
7	  Acpid is designed to notify user-space programs of ACPI
8	  events, and allows you to configure specific actions for
9	  specific events.
10
11	  http://sourceforge.net/projects/acpid2/
12