projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e90b1a2
)
[CRYPTO] tcrypt: Forbid tcrypt from being built-in
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 10 Jun 2006 08:06:34 +0000
(18:06 +1000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 26 Jun 2006 07:34:42 +0000
(17:34 +1000)
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>
crypto/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index c442f2e7ce463cc6c900ae298e3ae0203d7eebf1..ba133d557045d12c4a517106fb7185c8fba00b8e 100644
(file)
--- 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.