Re: [PATCH] crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS

From: Eric Biggers

Date: Sat Mar 21 2026 - 21:54:59 EST


On Sat, Mar 21, 2026 at 04:29:32PM -0700, Eric Biggers wrote:
> Enabling any template selects CRYPTO_MANAGER, which causes
> CRYPTO_MANAGER2 to enable itself, which selects every algorithm type
> option. However, pulling in all algorithm types is needed only when the
> self-tests are enabled. So condition the selections accordingly.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>

This will need a v2. It turns out other symbols are relying on
transitive selections of these.

- Eric