From: Herbert Xu Date: Thu, 3 Jun 2010 10:33:06 +0000 (+1000) Subject: crypto: pcomp - Fix illegal Kconfig configuration X-Git-Tag: v2.6.36-rc1~568^2~27 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc94e59662c13516d13e117b6edab4bec487d5a0;p=pandora-kernel.git crypto: pcomp - Fix illegal Kconfig configuration The PCOMP Kconfig entry current allows the following combination which is illegal: ZLIB=y PCOMP=y ALGAPI=m ALGAPI2=y MANAGER=m MANAGER2=m This patch fixes this by adding PCOMP2 so that PCOMP can select ALGAPI to propagate the setting to MANAGER2. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed