diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 4f647142f2e6..35659ed442e5 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1051,7 +1051,7 @@ source "arch/Kconfig" | |||
1051 | 1051 | ||
1052 | config SLOW_WORK | 1052 | config SLOW_WORK |
1053 | default n | 1053 | default n |
1054 | bool "Enable slow work thread pool" | 1054 | bool |
1055 | help | 1055 | help |
1056 | The slow work thread pool provides a number of dynamically allocated | 1056 | The slow work thread pool provides a number of dynamically allocated |
1057 | threads that can be used by the kernel to perform operations that | 1057 | threads that can be used by the kernel to perform operations that |
@@ -1061,6 +1061,8 @@ config SLOW_WORK | |||
1061 | by a series of mkdirs and a create call, all of which have to touch | 1061 | by a series of mkdirs and a create call, all of which have to touch |
1062 | disk. | 1062 | disk. |
1063 | 1063 | ||
1064 | See Documentation/slow-work.txt. | ||
1065 | |||
1064 | endmenu # General setup | 1066 | endmenu # General setup |
1065 | 1067 | ||
1066 | config HAVE_GENERIC_DMA_COHERENT | 1068 | config HAVE_GENERIC_DMA_COHERENT |