Commit b9d0a25a authored by Herbert Xu's avatar Herbert Xu

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e90b1a2b
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment