Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c2d008c authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

Make CONFIG_SLOW_WORK an automatic rather than manual config option



Make CONFIG_SLOW_WORK an automatic rather than manual config option so that
people configuring their kernels don't have to make the choice.  It can be
selected automatically by those things that require it (such as FS-Cache).

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Acked-by: default avatarJeff Garzik <jgarzik@redhat.com>
Acked-by: default avatarKyle McMartin <kyle@mcmartin.ca>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c47ae9ad
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1016,7 +1016,7 @@ source "arch/Kconfig"

config SLOW_WORK
	default n
	bool "Enable slow work thread pool"
	bool
	help
	  The slow work thread pool provides a number of dynamically allocated
	  threads that can be used by the kernel to perform operations that
@@ -1026,6 +1026,8 @@ config SLOW_WORK
	  by a series of mkdirs and a create call, all of which have to touch
	  disk.

	  See Documentation/slow-work.txt.

endmenu		# General setup

config HAVE_GENERIC_DMA_COHERENT