Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9d0a25a authored by Herbert Xu's avatar Herbert Xu
Browse files

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.