aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 09c79537ae09..c52d1d48272a 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1016,7 +1016,7 @@ source "arch/Kconfig"
1016 1016
1017config SLOW_WORK 1017config SLOW_WORK
1018 default n 1018 default n
1019 bool "Enable slow work thread pool" 1019 bool
1020 help 1020 help
1021 The slow work thread pool provides a number of dynamically allocated 1021 The slow work thread pool provides a number of dynamically allocated
1022 threads that can be used by the kernel to perform operations that 1022 threads that can be used by the kernel to perform operations that
@@ -1026,6 +1026,8 @@ config SLOW_WORK
1026 by a series of mkdirs and a create call, all of which have to touch 1026 by a series of mkdirs and a create call, all of which have to touch
1027 disk. 1027 disk.
1028 1028
1029 See Documentation/slow-work.txt.
1030
1029endmenu # General setup 1031endmenu # General setup
1030 1032
1031config HAVE_GENERIC_DMA_COHERENT 1033config HAVE_GENERIC_DMA_COHERENT