summaryrefslogtreecommitdiffstats
path: root/rules/jvisu.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-07-05 14:00:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-07-05 14:00:53 +0000
commita4c58c7d879017791296b0bffc4fe17e39e97126 (patch)
treea8a6933b406d0c4cf4100c6d06bdc1618a38abef /rules/jvisu.in
parentee7758dd087bde1e91266f0d18bbf1b30afd7be2 (diff)
downloadptxdist-a4c58c7d879017791296b0bffc4fe17e39e97126.tar.gz
ptxdist-a4c58c7d879017791296b0bffc4fe17e39e97126.tar.xz
added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2896 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/jvisu.in')
-rw-r--r--rules/jvisu.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/rules/jvisu.in b/rules/jvisu.in
index 8c6cf1f9b..5c037e039 100644
--- a/rules/jvisu.in
+++ b/rules/jvisu.in
@@ -2,3 +2,22 @@ menuconfig JVISU
bool
prompt "JVisu "
+config JVISU_APPLET
+ bool
+ depends on JVISU
+ default Y if JVISU
+ prompt "Install JVisu Applet"
+ help
+ The JVisu applet is a generic visualisation tool for process visualisation.
+ See http://www.jvisu.com for more details.
+
+config JVISU_APPLET_PATH
+ string
+ prompt "JVisu Applet Path"
+ default "/var/www/jvisu/"
+ depends on JVISU_APPLET
+ help
+ The JVisu applet jvisu.jar is installed in this path on the target machine.
+ Default is "/var/www/jvisu/", so the applet is /var/www/jvisu/jvisu.jar.
+
+