diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 4ca0ab3448d9..07090e9f9bcf 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -1,7 +1,17 @@ | |||
1 | # | 1 | # |
2 | # Cryptographic API Configuration | 2 | # Generic algorithms support |
3 | # | ||
4 | config XOR_BLOCKS | ||
5 | tristate | ||
6 | |||
3 | # | 7 | # |
8 | # async_tx api: hardware offloaded memory transfer/transform support | ||
9 | # | ||
10 | source "crypto/async_tx/Kconfig" | ||
4 | 11 | ||
12 | # | ||
13 | # Cryptographic API Configuration | ||
14 | # | ||
5 | menu "Cryptographic options" | 15 | menu "Cryptographic options" |
6 | 16 | ||
7 | config CRYPTO | 17 | config CRYPTO |