From: Seth Jennings Date: Tue, 24 Apr 2012 01:33:50 +0000 (-0500) Subject: staging: zcache: fix Kconfig crypto dependency X-Git-Tag: v3.4-rc5~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=349ae79c0a3db1632ac4db955c53db05fc017bde;p=pandora-kernel.git staging: zcache: fix Kconfig crypto dependency ZCACHE is a boolean in the Kconfig. When selected, it should require that CRYPTO be builtin (=y). Currently, ZCACHE=y and CRYPTO=m is a valid configuration when it should not be. This patch changes the zcache Kconfig to enforce this dependency. Signed-off-by: Seth Jennings Acked-by: Konrad Rzeszutek Wilk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed