Skip to content

Commit

Permalink
[CRYPTO] tcrypt: Forbid tcrypt from being built-in
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
herbertx committed Jun 26, 2006
1 parent e90b1a2 commit b9d0a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b9d0a25

Please sign in to comment.