diff options
author | David S. Miller <davem@davemloft.net> | 2012-08-26 01:37:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-26 01:37:23 -0400 |
commit | c5aac2df6577636ef526d87ec6d92796a190b27f (patch) | |
tree | 8dbd4f06b3aa08f776d173938adacb98fd79dac5 /crypto/Kconfig | |
parent | 442a7c40b1dac78588abfe8ed4c97e4bb8b36e73 (diff) |
sparc64: Add DES driver making use of the new des opcodes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 83993ea84cce..469fc18bb037 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -778,6 +778,14 @@ config CRYPTO_DES | |||
778 | help | 778 | help |
779 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). | 779 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). |
780 | 780 | ||
781 | config CRYPTO_DES_SPARC64 | ||
782 | tristate "DES and Triple DES EDE cipher algorithms (SPARC64)" | ||
783 | select CRYPTO_ALGAPI | ||
784 | select CRYPTO_DES | ||
785 | help | ||
786 | DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3), | ||
787 | optimized using SPARC64 crypto opcodes. | ||
788 | |||
781 | config CRYPTO_FCRYPT | 789 | config CRYPTO_FCRYPT |
782 | tristate "FCrypt cipher algorithm" | 790 | tristate "FCrypt cipher algorithm" |
783 | select CRYPTO_ALGAPI | 791 | select CRYPTO_ALGAPI |