]> Git Repo - linux.git/commitdiff
[CRYPTO] tcrypt: Forbid tcrypt from being built-in
authorHerbert Xu <[email protected]>
Sat, 10 Jun 2006 08:06:34 +0000 (18:06 +1000)
committerHerbert Xu <[email protected]>
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 <[email protected]>
crypto/Kconfig

index c442f2e7ce463cc6c900ae298e3ae0203d7eebf1..ba133d557045d12c4a517106fb7185c8fba00b8e 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.
 
This page took 0.065648 seconds and 4 git commands to generate.