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