summaryrefslogtreecommitdiffstats
path: root/package/acpid/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-23 04:48:02 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-23 04:48:02 +0000
commitf5723cdb9b3d899278a56368c9bec89a2e51d800 (patch)
tree2e2df2b01dc542537ff4db84ae69428c8115fd01 /package/acpid/Config.in
parent9f6ebf17a8b34d21afd9aa332ebbacb8cc990a3d (diff)
downloadbuildroot-novena-f5723cdb9b3d899278a56368c9bec89a2e51d800.tar.gz
buildroot-novena-f5723cdb9b3d899278a56368c9bec89a2e51d800.zip
Add support for acpid
Diffstat (limited to 'package/acpid/Config.in')
-rw-r--r--package/acpid/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/acpid/Config.in b/package/acpid/Config.in
new file mode 100644
index 000000000..a2641838f
--- /dev/null
+++ b/package/acpid/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_ACPID
+ bool "acpid"
+ default n
+ 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.