diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/init/Kconfig b/init/Kconfig index 05e932ef5169..24932b9c03e8 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1147,30 +1147,6 @@ config TRACEPOINTS | |||
1147 | 1147 | ||
1148 | source "arch/Kconfig" | 1148 | source "arch/Kconfig" |
1149 | 1149 | ||
1150 | config SLOW_WORK | ||
1151 | default n | ||
1152 | bool | ||
1153 | help | ||
1154 | The slow work thread pool provides a number of dynamically allocated | ||
1155 | threads that can be used by the kernel to perform operations that | ||
1156 | take a relatively long time. | ||
1157 | |||
1158 | An example of this would be CacheFiles doing a path lookup followed | ||
1159 | by a series of mkdirs and a create call, all of which have to touch | ||
1160 | disk. | ||
1161 | |||
1162 | See Documentation/slow-work.txt. | ||
1163 | |||
1164 | config SLOW_WORK_DEBUG | ||
1165 | bool "Slow work debugging through debugfs" | ||
1166 | default n | ||
1167 | depends on SLOW_WORK && DEBUG_FS | ||
1168 | help | ||
1169 | Display the contents of the slow work run queue through debugfs, | ||
1170 | including items currently executing. | ||
1171 | |||
1172 | See Documentation/slow-work.txt. | ||
1173 | |||
1174 | endmenu # General setup | 1150 | endmenu # General setup |
1175 | 1151 | ||
1176 | config HAVE_GENERIC_DMA_COHERENT | 1152 | config HAVE_GENERIC_DMA_COHERENT |