mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
[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>
This commit is contained in:
parent
e90b1a2be6
commit
b9d0a25a48
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ config CRYPTO_CRC32C
|
||||||
|
|
||||||
config CRYPTO_TEST
|
config CRYPTO_TEST
|
||||||
tristate "Testing module"
|
tristate "Testing module"
|
||||||
depends on CRYPTO
|
depends on CRYPTO && m
|
||||||
help
|
help
|
||||||
Quick & dirty crypto test module.
|
Quick & dirty crypto test module.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue