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 935301ee5ac8..3d1a1e27944f 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 | menuconfig CRYPTO | 15 | menuconfig CRYPTO |
6 | bool "Cryptographic API" | 16 | bool "Cryptographic API" |
7 | help | 17 | help |