aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async_tx/Kconfig')
-rw-r--r--crypto/async_tx/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/async_tx/Kconfig b/crypto/async_tx/Kconfig
new file mode 100644
index 00000000000..d8fb3914598
--- /dev/null
+++ b/crypto/async_tx/Kconfig
@@ -0,0 +1,16 @@
+config ASYNC_CORE
+ tristate
+
+config ASYNC_MEMCPY
+ tristate
+ select ASYNC_CORE
+
+config ASYNC_XOR
+ tristate
+ select ASYNC_CORE
+ select XOR_BLOCKS
+
+config ASYNC_MEMSET
+ tristate
+ select ASYNC_CORE
+