diff options
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 ba133d557045..5472f693e6ec 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -131,6 +131,7 @@ config CRYPTO_BLOWFISH | |||
131 | config CRYPTO_TWOFISH | 131 | config CRYPTO_TWOFISH |
132 | tristate "Twofish cipher algorithm" | 132 | tristate "Twofish cipher algorithm" |
133 | depends on CRYPTO | 133 | depends on CRYPTO |
134 | select CRYPTO_TWOFISH_COMMON | ||
134 | help | 135 | help |
135 | Twofish cipher algorithm. | 136 | Twofish cipher algorithm. |
136 | 137 | ||
@@ -142,6 +143,13 @@ config CRYPTO_TWOFISH | |||
142 | See also: | 143 | See also: |
143 | <http://www.schneier.com/twofish.html> | 144 | <http://www.schneier.com/twofish.html> |
144 | 145 | ||
146 | config CRYPTO_TWOFISH_COMMON | ||
147 | tristate | ||
148 | depends on CRYPTO | ||
149 | help | ||
150 | Common parts of the Twofish cipher algorithm shared by the | ||
151 | generic c and the assembler implementations. | ||
152 | |||
145 | config CRYPTO_SERPENT | 153 | config CRYPTO_SERPENT |
146 | tristate "Serpent cipher algorithm" | 154 | tristate "Serpent cipher algorithm" |
147 | depends on CRYPTO | 155 | depends on CRYPTO |