projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index a8442dca024d51ab622a09379c183cfb6f105069..259dea9c6dff4c1c83880cfc60c504b84130cfdf 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).