diff options
Diffstat (limited to 'crypto/Kconfig')
| -rw-r--r-- | crypto/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 21ff9d015432..8e84225c096b 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
| @@ -627,7 +627,7 @@ config CRYPTO_BLOWFISH_COMMON | |||
| 627 | 627 | ||
| 628 | config CRYPTO_BLOWFISH_X86_64 | 628 | config CRYPTO_BLOWFISH_X86_64 |
| 629 | tristate "Blowfish cipher algorithm (x86_64)" | 629 | tristate "Blowfish cipher algorithm (x86_64)" |
| 630 | depends on (X86 || UML_X86) && 64BIT | 630 | depends on X86 && 64BIT |
| 631 | select CRYPTO_ALGAPI | 631 | select CRYPTO_ALGAPI |
| 632 | select CRYPTO_BLOWFISH_COMMON | 632 | select CRYPTO_BLOWFISH_COMMON |
| 633 | help | 633 | help |
| @@ -657,7 +657,7 @@ config CRYPTO_CAMELLIA | |||
| 657 | 657 | ||
| 658 | config CRYPTO_CAMELLIA_X86_64 | 658 | config CRYPTO_CAMELLIA_X86_64 |
| 659 | tristate "Camellia cipher algorithm (x86_64)" | 659 | tristate "Camellia cipher algorithm (x86_64)" |
| 660 | depends on (X86 || UML_X86) && 64BIT | 660 | depends on X86 && 64BIT |
| 661 | depends on CRYPTO | 661 | depends on CRYPTO |
| 662 | select CRYPTO_ALGAPI | 662 | select CRYPTO_ALGAPI |
| 663 | select CRYPTO_LRW | 663 | select CRYPTO_LRW |
| @@ -893,7 +893,7 @@ config CRYPTO_TWOFISH_X86_64 | |||
| 893 | 893 | ||
| 894 | config CRYPTO_TWOFISH_X86_64_3WAY | 894 | config CRYPTO_TWOFISH_X86_64_3WAY |
| 895 | tristate "Twofish cipher algorithm (x86_64, 3-way parallel)" | 895 | tristate "Twofish cipher algorithm (x86_64, 3-way parallel)" |
| 896 | depends on (X86 || UML_X86) && 64BIT | 896 | depends on X86 && 64BIT |
| 897 | select CRYPTO_ALGAPI | 897 | select CRYPTO_ALGAPI |
| 898 | select CRYPTO_TWOFISH_COMMON | 898 | select CRYPTO_TWOFISH_COMMON |
| 899 | select CRYPTO_TWOFISH_X86_64 | 899 | select CRYPTO_TWOFISH_X86_64 |
