projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
954f9ac
)
crypto: Build SPARC DES algorithms on SPARC only.
author
Dave Jones
<davej@redhat.com>
Tue, 2 Oct 2012 21:13:20 +0000
(17:13 -0400)
committer
David S. Miller
<davem@davemloft.net>
Wed, 3 Oct 2012 03:03:14 +0000
(23:03 -0400)
Asking for this option on x86 seems a bit pointless.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 94f232f96d036da6827a6b50c1f46379ff75f840..957cc56ce4b90296a2ef83531487e72d755db554 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-796,6
+796,7
@@
config CRYPTO_DES
config CRYPTO_DES_SPARC64
tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
+ depends on SPARC64
select CRYPTO_ALGAPI
select CRYPTO_DES
help