[CRYPTO] tcrypt: Forbid tcrypt from being built-in
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 10 Jun 2006 08:06:34 +0000 (18:06 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 26 Jun 2006 07:34:42 +0000 (17:34 +1000)
It makes no sense to build tcrypt into the kernel.  In fact, now that
the driver init function's return status is being checked, it is in
fact harmful to do so.

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

index c442f2e..ba133d5 100644 (file)
@@ -337,7 +337,7 @@ config CRYPTO_CRC32C
 
 config CRYPTO_TEST
        tristate "Testing module"
-       depends on CRYPTO
+       depends on CRYPTO && m
        help
          Quick & dirty crypto test module.