]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: testmgr - Default to no tests
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Aug 2010 02:34:00 +0000 (10:34 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Aug 2010 02:34:00 +0000 (10:34 +0800)
commit5c293589683a18858bac80e5d0a737990240f91a
tree44defaa98c6f5c570ee1ac167757e39f8d5d0e45
parent151c414a65d2e77d1e22b9dd2a98e31ba34a2b2a
crypto: testmgr - Default to no tests

On Thu, Aug 05, 2010 at 07:01:21PM -0700, Linus Torvalds wrote:
> On Thu, Aug 5, 2010 at 6:40 PM, Herbert Xu <herbert@gondor.hengli.com.au> wrote:
> >
> > -config CRYPTO_MANAGER_TESTS
> > -       bool "Run algolithms' self-tests"
> > -       default y
> > -       depends on CRYPTO_MANAGER2
> > +config CRYPTO_MANAGER_DISABLE_TESTS
> > +       bool "Disable run-time self tests"
> > +       depends on CRYPTO_MANAGER2 && EMBEDDED
>
> Why do you still want to force-enable those tests? I was going to
> complain about the "default y" anyway, now I'm _really_ complaining,
> because you've now made it impossible to disable those tests. Why?

As requested, this patch sets the default to y and removes the
EMBEDDED dependency.

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