summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-06-10 18:06:34 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2006-06-26 17:34:42 +1000
commit48b6cc67d7f0a2ffa708529450743e9371cf0c9a (patch)
tree94907ee669e4295597fa224eb46120aeb1e82b98 /crypto
parent1a70323142f9dfca9120b8a83163f36a09a16ea7 (diff)
downloadlinux-crypto-48b6cc67d7f0a2ffa708529450743e9371cf0c9a.tar.gz
linux-crypto-48b6cc67d7f0a2ffa708529450743e9371cf0c9a.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>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index c442f2e7..ba133d55 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.