]> git.baikalelectronics.ru Git - kernel.git/commit
Make CONFIG_SLOW_WORK an automatic rather than manual config option
authorDavid Howells <dhowells@redhat.com>
Mon, 6 Apr 2009 14:47:25 +0000 (15:47 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Apr 2009 21:31:28 +0000 (14:31 -0700)
commit0127faeec5f90f50810ebb97e034d0f184b63ce9
treebcd1650aef7c10d3d365605280de4610850aa3d2
parent1ea5b548757b091b4a262caf3f445996730a8f9f
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: David Howells <dhowells@redhat.com>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Acked-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig