Re: [PATCH 2/3] crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xx

From: Corentin LABBE
Date: Mon Apr 03 2023 - 10:55:03 EST


Le Tue, Mar 28, 2023 at 10:39:50AM -0500, Tom Zanussi a écrit :
> With the growing number of Intel crypto drivers, it makes sense to
> group them all into a single drivers/crypto/intel/ directory.
>
> Create a separate drivers/crypto/intel/ixp4xx directory and move
> drivers/crypto/ixp4xx_crypto.c to it, along with a new Kconfig and
> Makefile to contain the config and make bits.
>
> Also add a COMPILE_TEST dependency to CRYPTO_DEV_IXP4XX so it can be
> more easily compile-tested.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@xxxxxxxxxxxxxxx>

Acked-by: Corentin LABBE <clabbe@xxxxxxxxxxxx>

Thanks