summaryrefslogtreecommitdiffstats
path: root/rules/libpv.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 08:28:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-12 08:28:39 +0000
commit58e3b43bd5f3b62367e4f4e7646224fdf86ae47d (patch)
tree48f18bca1bb82ea54afded4b1615078e609f0f39 /rules/libpv.in
parent8798f66124819873cd66bb90ba9a5512042dd216 (diff)
downloadptxdist-58e3b43bd5f3b62367e4f4e7646224fdf86ae47d.tar.gz
ptxdist-58e3b43bd5f3b62367e4f4e7646224fdf86ae47d.tar.xz
added event support
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3823 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpv.in')
-rw-r--r--rules/libpv.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/libpv.in b/rules/libpv.in
index 579177ff6..d04872e79 100644
--- a/rules/libpv.in
+++ b/rules/libpv.in
@@ -11,6 +11,16 @@ menuconfig LIBPV
The library has also an integrated JVisu socket server.
+config LIBPV_EVENTS
+ bool
+ prompt "event support"
+ depends on LIBPV
+ select LIBMQUEUE
+ help
+ This switch enables support for the libpv event mechanism. If
+ enabled it is possible to be notified when process variables have
+ changed.
+
config LIBPV_PVTOOL
bool
prompt "install pvtool"