projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e721ae
)
crypto: user - Add dependency on NET
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 26 Oct 2011 15:15:10 +0000
(17:15 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 26 Oct 2011 15:15:10 +0000
(17:15 +0200)
Since the configuration interface relies on netlink we need to
select NET.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index
a8442dc
..
259dea9
100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-103,6
+103,7
@@
config CRYPTO_MANAGER2
config CRYPTO_USER
tristate "Userspace cryptographic algorithm configuration"
select CRYPTO_MANAGER
+ select NET
help
Userapace configuration for cryptographic instantiations such as
cbc(aes).