aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index d2d72704f875..f7a04d0daf07 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -257,6 +257,15 @@ config CC_OPTIMIZE_FOR_SIZE
257 257
258 If unsure, say N. 258 If unsure, say N.
259 259
260config TASK_XACCT
261 bool "Enable extended accounting over taskstats (EXPERIMENTAL)"
262 depends on TASKSTATS
263 help
264 Collect extended task accounting data and send the data
265 to userland for processing over the taskstats interface.
266
267 Say N if unsure.
268
260config SYSCTL 269config SYSCTL
261 bool 270 bool
262 271