diff options
Diffstat (limited to 'crypto/async_tx/Kconfig')
| -rw-r--r-- | crypto/async_tx/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/async_tx/Kconfig b/crypto/async_tx/Kconfig new file mode 100644 index 000000000000..d8fb39145986 --- /dev/null +++ b/crypto/async_tx/Kconfig | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | config ASYNC_CORE | ||
| 2 | tristate | ||
| 3 | |||
| 4 | config ASYNC_MEMCPY | ||
| 5 | tristate | ||
| 6 | select ASYNC_CORE | ||
| 7 | |||
| 8 | config ASYNC_XOR | ||
| 9 | tristate | ||
| 10 | select ASYNC_CORE | ||
| 11 | select XOR_BLOCKS | ||
| 12 | |||
| 13 | config ASYNC_MEMSET | ||
| 14 | tristate | ||
| 15 | select ASYNC_CORE | ||
| 16 | |||
