git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749d811
)
crypto: pcomp - Fix illegal Kconfig configuration
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 3 Jun 2010 10:33:06 +0000
(20:33 +1000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 3 Jun 2010 10:33:06 +0000
(20:33 +1000)
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>
No differences found