]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: zcache: make zcache builtin only
authorSeth Jennings <sjenning@linux.vnet.ibm.com>
Mon, 5 Mar 2012 16:46:38 +0000 (10:46 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Mar 2012 21:30:17 +0000 (13:30 -0800)
commitbec25dfd850cf92cba894c94d6660fc18d3a7447
tree5917977e681ec791d10a1a9968fc5e5ef08e1279
parent4fee7e168ba08ed067ee9aafe4a0a19387117be4
staging: zcache: make zcache builtin only

zcache cannot currently be loaded as a module.  However
the Kconfig allows it to be built as a module; something that
the user probably does not intend since the module is not
loadable.

This patch switches zcache from a tristate to a bool in the Kconfig

Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zcache/Kconfig