From: Herbert Xu Date: Sat, 10 Jun 2006 08:06:34 +0000 (+1000) Subject: [CRYPTO] tcrypt: Forbid tcrypt from being built-in X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b9d0a25a484a90c1d60b974d115eff2fe580ce16;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [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 --- 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.