[PATCH 01/15] crypto: arm - remove CRYPTO dependency of library functions
Eric Biggers
ebiggers at kernel.org
Fri Apr 18 13:32:36 AEST 2025
On Fri, Apr 18, 2025 at 11:12:33AM +0800, Herbert Xu wrote:
> Eric Biggers <ebiggers at kernel.org> wrote:
> >
> > config CRYPTO_CURVE25519_NEON
> > tristate
> > - depends on KERNEL_MODE_NEON
> > + depends on CRYPTO && KERNEL_MODE_NEON
>
> Rather than adding CRYPTO to each symbol, how about grouping all
> the CRYPTO symbols together under one if statement?
I don't think that would be better. The 'if' would be up to 400 lines long, and
it would be easy for people to miss the context when editing the file.
- Eric
More information about the Linuxppc-dev
mailing list