]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: testmgr - Fix test disabling option
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Aug 2010 01:40:28 +0000 (09:40 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Aug 2010 01:40:28 +0000 (09:40 +0800)
commit151c414a65d2e77d1e22b9dd2a98e31ba34a2b2a
treec049bbde5ec2e214edb42822688a9c8b2628dfbc
parent50f736e62547d04055d34c0b41a871e2ee645e62
crypto: testmgr - Fix test disabling option

This patch fixes a serious bug in the test disabling patch where
it can cause an spurious load of the cryptomgr module even when
it's compiled in.

It also negates the test disabling option so that its absence
causes tests to be enabled.

The Kconfig option is also now behind EMBEDDED.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/algboss.c
crypto/testmgr.c