summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-06-10 10:06:34 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2006-06-26 09:34:42 +0200
commitb9d0a25a484a90c1d60b974d115eff2fe580ce16 (patch)
treeb76924924662ab1867b53001ea4a0db4a87b57ce
parent[CRYPTO] aes: Add wrappers for assembly routines (diff)
downloadlinux-b9d0a25a484a90c1d60b974d115eff2fe580ce16.tar.xz
linux-b9d0a25a484a90c1d60b974d115eff2fe580ce16.zip
[CRYPTO] tcrypt: Forbid tcrypt from being built-in
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>
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index c442f2e7ce46..ba133d557045 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -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.