summaryrefslogtreecommitdiffstats
path: root/rules/dbench.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-02-07 21:06:50 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-02-07 21:06:50 +0000
commit3b605ff3e99d08f4335656f4a9eea585babb05d3 (patch)
tree20720778bb6d0708a890fc4d6984004e248c6dfa /rules/dbench.in
parent2bb93721e20da4f5a26e4855f5e6dcc327df1cc0 (diff)
downloadptxdist-3b605ff3e99d08f4335656f4a9eea585babb05d3.tar.gz
ptxdist-3b605ff3e99d08f4335656f4a9eea585babb05d3.tar.xz
remove default n; patch by Ladislav Michl
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4510 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dbench.in')
-rw-r--r--rules/dbench.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/dbench.in b/rules/dbench.in
index 115ba0943..8f73cd3fe 100644
--- a/rules/dbench.in
+++ b/rules/dbench.in
@@ -1,7 +1,6 @@
menuconfig DBENCH
bool
prompt "dbench"
- default N
help
The dbench (disk) and tbench (TCP) benchmarks
dbench and tbench simulate the load of the
@@ -25,7 +24,6 @@ config DBENCH_DBENCH
bool
prompt "install dbench"
depends on DBENCH
- default N
help
dbench produces the filesystem load
on a netbench run
@@ -34,7 +32,6 @@ config DBENCH_TBENCH
bool
prompt "install tbench"
depends on DBENCH
- default N
help
tbench produces the network load
on a netbench run. Client component.
@@ -43,7 +40,6 @@ config DBENCH_TBENCH_SERVER
bool
prompt "install tbench server"
depends on DBENCH
- default N
help
tbench produces the network load
on a netbench run. Server component.