projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea8bdfc
)
crypto: user - Depend on NET instead of selecting it
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 1 Nov 2011 01:12:43 +0000
(12:12 +1100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 1 Nov 2011 01:12:43 +0000
(12:12 +1100)
Selecting NET causes all sorts of issues, including a dependency
loop involving bluetooth. This patch makes it a dependency instead.
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 259dea9c6dff4c1c83880cfc60c504b84130cfdf..527a857d10b61a4bd4d23d243cf43e2551d4faed 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-102,8
+102,8
@@
config CRYPTO_MANAGER2
config CRYPTO_USER
tristate "Userspace cryptographic algorithm configuration"
+ depends on NET
select CRYPTO_MANAGER
- select NET
help
Userapace configuration for cryptographic instantiations such as
cbc(aes).