Re: [PATCH] [v2] crypto: lib/Kconfig: hide library options

From: David Howells
Date: Mon Mar 17 2025 - 04:36:58 EST


Arnd Bergmann <arnd@xxxxxxxxxx> wrote:

> - depends on CRYPTO_LIB_CHACHA20POLY1305 = y
> + select CRYPTO_LIB_CHACHA20POLY1305

Doesn't that allow CRYPTO_LIB_CHACHA20POLY1305=m?

David