diff options
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/init/Config.in b/init/Config.in index 3d99d4792..76d509207 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -120,4 +120,18 @@ config MESG | |||
120 | Mesg controls access to your terminal by others. It is typically | 120 | Mesg controls access to your terminal by others. It is typically |
121 | used to allow or disallow other users to write to your terminal | 121 | used to allow or disallow other users to write to your terminal |
122 | 122 | ||
123 | config BOOTCHARTD | ||
124 | bool "bootchartd" | ||
125 | default n | ||
126 | help | ||
127 | bootchartd is commonly used to profile the boot process | ||
128 | for the purpose of speeding it up. In this case, it is started | ||
129 | by the kernel as the init process. This is configured by adding | ||
130 | the init=/sbin/bootchartd option to the kernel command line. | ||
131 | |||
132 | It can also be used to monitor the resource usage of a specific | ||
133 | application or the running system in general. In this case, | ||
134 | bootchartd is started interactively by running bootchartd start | ||
135 | and stopped using bootchartd stop. | ||
136 | |||
123 | endmenu | 137 | endmenu |