Home
last modified time | relevance | path

Searched hist:"00 ea27f11c4f96ffc9ebc147b5ea045babb02ce3" (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A DKconfigdiff 00ea27f11c4f96ffc9ebc147b5ea045babb02ce3 Fri Nov 20 12:04:32 CET 2020 Ard Biesheuvel <ardb@kernel.org> crypto: tcrypt - permit tcrypt.ko to be builtin

When working on crypto algorithms, being able to run tcrypt quickly
without booting an entire Linux installation can be very useful. For
instance, QEMU/kvm can be used to boot a kernel from the command line,
and having tcrypt.ko builtin would allow tcrypt to be executed to run
benchmarks, or to run tests for algorithms that need to be instantiated
from templates, without the need to make it past the point where the
rootfs is mounted.

So let's relax the requirement that tcrypt can only be built as a module
when CONFIG_EXPERT is enabled.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>