Home
last modified time | relevance | path

Searched hist:bc94e59662c13516d13e117b6edab4bec487d5a0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/crypto/
H A DMakefilebc94e59662c13516d13e117b6edab4bec487d5a0 Thu Jun 03 05:33:06 CDT 2010 Herbert Xu <herbert@gondor.apana.org.au> 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 <herbert@gondor.apana.org.au>
H A DKconfigbc94e59662c13516d13e117b6edab4bec487d5a0 Thu Jun 03 05:33:06 CDT 2010 Herbert Xu <herbert@gondor.apana.org.au> 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 <herbert@gondor.apana.org.au>