diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:08:20 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:08:20 +1000 |
commit | 6a6efd31038d7afe977e3059508ae863e65cbdf5 (patch) | |
tree | 5cd69a751e893b83176751c80fcea7a7afeed1ae /init/Config.src | |
parent | a6a2325ecf402054132daae169f71edb0fb849e3 (diff) | |
parent | 29082231d0cb1a5b327de5d515b16f332d4dbdaf (diff) | |
download | busybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.tar.gz busybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.tar.bz2 busybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.zip |
Merge branch 'origin/master' (early part)
Diffstat (limited to 'init/Config.src')
-rw-r--r-- | init/Config.src | 14 |
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 | |||
122 | Mesg controls access to your terminal by others. It is typically | 122 | Mesg controls access to your terminal by others. It is typically |
123 | used to allow or disallow other users to write to your terminal | 123 | used to allow or disallow other users to write to your terminal |
124 | 124 | ||
125 | config BOOTCHARTD | ||
126 | bool "bootchartd" | ||
127 | default y | ||
128 | help | ||
129 | bootchartd is commonly used to profile the boot process | ||
130 | for the purpose of speeding it up. In this case, it is started | ||
131 | by the kernel as the init process. This is configured by adding | ||
132 | the init=/sbin/bootchartd option to the kernel command line. | ||
133 | |||
134 | It can also be used to monitor the resource usage of a specific | ||
135 | application or the running system in general. In this case, | ||
136 | bootchartd is started interactively by running bootchartd start | ||
137 | and stopped using bootchartd stop. | ||
138 | |||
139 | endmenu | 125 | endmenu |