Le 22/04/2025 à 17:27, Eric Biggers a écrit :
From: Eric Biggers <ebigg...@google.com> arch/powerpc/crypto/Kconfig is sourced only when CONFIG_PPC=y, so there is no need for the symbols defined inside it to depend on PPC. Acked-by: Ard Biesheuvel <a...@kernel.org> Signed-off-by: Eric Biggers <ebigg...@google.com>
Reviewed-by: Christophe Leroy <christophe.le...@csgroup.eu>Note that there are other redundancies in the file, for instance CONFIG_VSX already depends on CONFIG_PPC64
Christophe