Re: [PATCH 5/5] Update Kconfig and Makefile.

From: Danny Tsen
Date: Tue Apr 25 2023 - 08:05:06 EST


I was not sure at the time when I use IS_REACHABLE.  Will fix it in init code.

Thanks.

-Danny

On 4/25/23 12:46 AM, Herbert Xu wrote:
On Mon, Apr 24, 2023 at 02:47:26PM -0400, Danny Tsen wrote:
+config CRYPTO_CHACHA20_P10
+ tristate "Ciphers: ChaCha20, XChacha20, XChacha12 (P10 or later)"
+ depends on PPC64 && CPU_LITTLE_ENDIAN
+ select CRYPTO_SKCIPHER
I thought your IS_REACHABLE test was so that you could build this
without the Crypto API? Colour me confused.

Cheers,