Re: [PATCH] crypto: CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAY

2020-12-22 Thread Herbert Xu
On Wed, Dec 16, 2020 at 02:14:59PM +0100, Geert Uytterhoeven wrote: > The Intel Keem Bay Offload and Crypto Subsystem (OCS) is only present on > Intel Keem Bay SoCs. Hence add a dependency on ARCH_KEEMBAY, to prevent > asking the user about this driver when configuring a kernel without > Intel

Re: [PATCH] crypto: CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAY

2020-12-16 Thread Alessandrelli, Daniele
Thanks for the patch. On Wed, 2020-12-16 at 14:14 +0100, Geert Uytterhoeven wrote: > The Intel Keem Bay Offload and Crypto Subsystem (OCS) is only present > on > Intel Keem Bay SoCs. Hence add a dependency on ARCH_KEEMBAY, to > prevent > asking the user about this driver when configuring a

[PATCH] crypto: CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAY

2020-12-16 Thread Geert Uytterhoeven
The Intel Keem Bay Offload and Crypto Subsystem (OCS) is only present on Intel Keem Bay SoCs. Hence add a dependency on ARCH_KEEMBAY, to prevent asking the user about this driver when configuring a kernel without Intel Keem Bay platform support. While at it, fix a misspelling of "cipher".