summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/pmd/Config.in
diff options
context:
space:
mode:
authorOlivier Dufour2012-11-14 17:45:02 +0100
committerOlivier Dufour2012-12-21 15:15:45 +0100
commit8c10cce00c2d426af6b9a60bf12444e91c4ba7eb (patch)
treeb30f5c35261a06ebcef69f48bc36c94156250730 /cleopatre/buildroot/package/pmd/Config.in
parenta87e735cbe7994e052c220f57d792b6c37a8c98d (diff)
cleo/app/pmd: add a daemon to handle power state changes, closes #2633
pmd polls /proc/pm/suspend_cmd, and triggers the suspend script when the criterias are matched. The criterias are defined and handled by the kernel, pmd only reads the status entry and triggers the script, as it cannot be done from kernel space.
Diffstat (limited to 'cleopatre/buildroot/package/pmd/Config.in')
-rw-r--r--cleopatre/buildroot/package/pmd/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/pmd/Config.in b/cleopatre/buildroot/package/pmd/Config.in
new file mode 100644
index 0000000000..c22dcc952a
--- /dev/null
+++ b/cleopatre/buildroot/package/pmd/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PMD
+ depends on BR2_TARGET_SPIDCOM_MSE500
+ bool "pmd"
+ help
+ Help program for power management deamon.
+
+ http://www.spidcom.com