aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async_tx/Kconfig')
-rw-r--r--crypto/async_tx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/async_tx/Kconfig b/crypto/async_tx/Kconfig
index d8fb3914598..e5aeb2b79e6 100644
--- a/crypto/async_tx/Kconfig
+++ b/crypto/async_tx/Kconfig
@@ -14,3 +14,12 @@ config ASYNC_MEMSET
14 tristate 14 tristate
15 select ASYNC_CORE 15 select ASYNC_CORE
16 16
17config ASYNC_PQ
18 tristate
19 select ASYNC_CORE
20
21config ASYNC_RAID6_RECOV
22 tristate
23 select ASYNC_CORE
24 select ASYNC_PQ
25