Comment 24 for bug 995163

Revision history for this message
Jesse Sung (wenchien) wrote : [Precise][PATCH 2/2] staging: zcache: make zcache builtin only

BugLink: http://bugs.launchpad.net/bugs/995163

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 <email address hidden>
Acked-by: Dan Magenheimer <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
(backported from commit bec25dfd850cf92cba894c94d6660fc18d3a7447 upstream)
Signed-off-by: Jesse Sung <email address hidden>
---
 drivers/staging/zcache/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)