diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-11-14 14:16:13 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-16 23:38:34 +0100 |
commit | 9db46da8d744dd8587ba7e0f1d2856e5a04cde33 (patch) | |
tree | 2f9965631604384fa2001188301a0c42d39be558 /target/linux/generic/config-4.4 | |
parent | 16faf4aeaadc93535c7ea169e2a9461e69c9d761 (diff) | |
download | upstream-9db46da8d744dd8587ba7e0f1d2856e5a04cde33.tar.gz upstream-9db46da8d744dd8587ba7e0f1d2856e5a04cde33.tar.bz2 upstream-9db46da8d744dd8587ba7e0f1d2856e5a04cde33.zip |
kernel: enable pcrypt
This is a powerful API for parallel crypto from which many other modules
can benefit. It only winds up being turned on on SMP systems, which
means this adds 0 bytes to the kernel on tiny machines, while only
adding a small bit to SMP systems for big performance improvements.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'target/linux/generic/config-4.4')
-rw-r--r-- | target/linux/generic/config-4.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 28e70686f7..843154d82c 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -791,7 +791,7 @@ CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y # CONFIG_CRYPTO_PCBC is not set # CONFIG_CRYPTO_PCOMP is not set # CONFIG_CRYPTO_PCOMP2 is not set -# CONFIG_CRYPTO_PCRYPT is not set +CONFIG_CRYPTO_PCRYPT=y # CONFIG_CRYPTO_POLY1305 is not set # CONFIG_CRYPTO_RMD128 is not set # CONFIG_CRYPTO_RMD160 is not set |