aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2007-02-10 04:46:44 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-11 14:18:07 -0500
commit18f705f49a5b19206233f7cef8f869ce7291f8c8 (patch)
treee3d62a7fa86f1e1b43e84f3cf638624c03895ca6 /init
parent8d06087714b78e8921bd30b5c64202fe80c47339 (diff)
[PATCH] Move TASK_XACCT, TASK_IO_ACCOUNTING up in menus
Since they depends on TASKSTATS, it would be nice to move them closer to another options depending on TASKSTATS. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig36
1 files changed, 18 insertions, 18 deletions
diff --git a/init/Kconfig b/init/Kconfig
index ab6942231045..ad33c979e0b3 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -192,6 +192,24 @@ config TASK_DELAY_ACCT
192 192
193 Say N if unsure. 193 Say N if unsure.
194 194
195config TASK_XACCT
196 bool "Enable extended accounting over taskstats (EXPERIMENTAL)"
197 depends on TASKSTATS
198 help
199 Collect extended task accounting data and send the data
200 to userland for processing over the taskstats interface.
201
202 Say N if unsure.
203
204config TASK_IO_ACCOUNTING
205 bool "Enable per-task storage I/O accounting (EXPERIMENTAL)"
206 depends on TASK_XACCT
207 help
208 Collect information on the number of bytes of storage I/O which this
209 task has caused.
210
211 Say N if unsure.
212
195config UTS_NS 213config UTS_NS
196 bool "UTS Namespaces" 214 bool "UTS Namespaces"
197 default n 215 default n
@@ -299,24 +317,6 @@ config CC_OPTIMIZE_FOR_SIZE
299 317
300 If unsure, say N. 318 If unsure, say N.
301 319
302config TASK_XACCT
303 bool "Enable extended accounting over taskstats (EXPERIMENTAL)"
304 depends on TASKSTATS
305 help
306 Collect extended task accounting data and send the data
307 to userland for processing over the taskstats interface.
308
309 Say N if unsure.
310
311config TASK_IO_ACCOUNTING
312 bool "Enable per-task storage I/O accounting (EXPERIMENTAL)"
313 depends on TASK_XACCT
314 help
315 Collect information on the number of bytes of storage I/O which this
316 task has caused.
317
318 Say N if unsure.
319
320config SYSCTL 320config SYSCTL
321 bool 321 bool
322 322