crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xx
authorTom Zanussi <tom.zanussi@linux.intel.com>
Tue, 28 Mar 2023 15:39:50 +0000 (10:39 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Apr 2023 08:38:31 +0000 (16:38 +0800)
commit1bc7fdbf2677cc1866c025e5a393811ea8e25486
tree98bd168d1cff6606b61281ab224d685124b9047b
parentfbf31dd599875cb132d764cf4d05d7985e332c05
crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xx

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@linux.intel.com>
Acked-by: Corentin LABBE <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/intel/Kconfig
drivers/crypto/intel/Makefile
drivers/crypto/intel/ixp4xx/Kconfig [new file with mode: 0644]
drivers/crypto/intel/ixp4xx/Makefile [new file with mode: 0644]
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c [moved from drivers/crypto/ixp4xx_crypto.c with 100% similarity]