buildroot/package/acpid/Config.in
Fabrice Fontaine 448d67e3d5 acpid: depends on BR2_USE_MMU
acpid needs fork

Fixes:
 - http://autobuild.buildroot.org/results/2cb0435d36a2aa2d75b6c1dfecc93bb49b0f6266

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-09-09 15:19:51 +02:00

12 lines
322 B
Plaintext

config BR2_PACKAGE_ACPID
bool "acpid"
depends on BR2_USE_MMU # fork()
help
Advanced Configuration and Power Interface event daemon.
Acpid is designed to notify user-space programs of ACPI
events, and allows you to configure specific actions for
specific events.
http://sourceforge.net/projects/acpid2/