diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 69ce573f1224..8179ae62cec0 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -179,6 +179,10 @@ config CRYPTO_ABLK_HELPER_X86 | |||
179 | depends on X86 | 179 | depends on X86 |
180 | select CRYPTO_CRYPTD | 180 | select CRYPTO_CRYPTD |
181 | 181 | ||
182 | config CRYPTO_ABLK_HELPER | ||
183 | tristate | ||
184 | select CRYPTO_CRYPTD | ||
185 | |||
182 | config CRYPTO_GLUE_HELPER_X86 | 186 | config CRYPTO_GLUE_HELPER_X86 |
183 | tristate | 187 | tristate |
184 | depends on X86 | 188 | depends on X86 |