aboutsummaryrefslogtreecommitdiff
path: root/init/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-21 07:17:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-21 07:17:23 +0200
commitadbbee46ad0661bf695d2bfe7a07ebced4bbe780 (patch)
tree657c70f934a0cb2a882e07d997a063172a0ceae5 /init/Config.src
parent05a550b48abe8490264cacf14b68534c2f8ac3ed (diff)
downloadbusybox-adbbee46ad0661bf695d2bfe7a07ebced4bbe780.tar.gz
bootchartd: added optional compat features
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init/Config.src')
-rw-r--r--init/Config.src14
1 files changed, 0 insertions, 14 deletions
diff --git a/init/Config.src b/init/Config.src
index 2e9208150..590e29890 100644
--- a/init/Config.src
+++ b/init/Config.src
@@ -122,18 +122,4 @@ config MESG
Mesg controls access to your terminal by others. It is typically
used to allow or disallow other users to write to your terminal
-config BOOTCHARTD
- bool "bootchartd"
- default y
- help
- bootchartd is commonly used to profile the boot process
- for the purpose of speeding it up. In this case, it is started
- by the kernel as the init process. This is configured by adding
- the init=/sbin/bootchartd option to the kernel command line.
-
- It can also be used to monitor the resource usage of a specific
- application or the running system in general. In this case,
- bootchartd is started interactively by running bootchartd start
- and stopped using bootchartd stop.
-
endmenu