kernel: enable pcrypt
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 14 Nov 2016 13:16:13 +0000 (14:16 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 16 Nov 2016 22:38:34 +0000 (23:38 +0100)
commit9db46da8d744dd8587ba7e0f1d2856e5a04cde33
tree2f9965631604384fa2001188301a0c42d39be558
parent16faf4aeaadc93535c7ea169e2a9461e69c9d761
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>
target/linux/generic/config-3.18
target/linux/generic/config-4.1
target/linux/generic/config-4.4