summaryrefslogtreecommitdiffstats
path: root/rules/dbench.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
commite77d46edfa498ea6b9e482eed2f9a4783fb8d66d (patch)
tree6d19776b1d492e8cad206e01f524b1cf3ef5b704 /rules/dbench.in
parent596f6514f2ee5cc295a2892704b66c6709478061 (diff)
downloadptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.gz
ptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.xz
* : d-g.in tristate changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dbench.in')
-rw-r--r--rules/dbench.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/rules/dbench.in b/rules/dbench.in
index 541cea5fb..76c99d773 100644
--- a/rules/dbench.in
+++ b/rules/dbench.in
@@ -1,6 +1,6 @@
menuconfig DBENCH
- bool
- prompt "dbench"
+ tristate
+ prompt "dbench "
help
The dbench (disk) and tbench (TCP) benchmarks
dbench and tbench simulate the load of the
@@ -16,14 +16,13 @@ menuconfig DBENCH
http://samba.org/ftp/tridge/dbench/
+if DBENCH
comment "Installation Options"
- depends on DBENCH
config DBENCH_DBENCH
bool
prompt "install dbench"
- depends on DBENCH
help
dbench produces the filesystem load
on a netbench run
@@ -31,7 +30,6 @@ config DBENCH_DBENCH
config DBENCH_TBENCH
bool
prompt "install tbench"
- depends on DBENCH
help
tbench produces the network load
on a netbench run. Client component.
@@ -39,8 +37,8 @@ config DBENCH_TBENCH
config DBENCH_TBENCH_SERVER
bool
prompt "install tbench server"
- depends on DBENCH
help
tbench produces the network load
on a netbench run. Server component.
+endif