linux/drivers/crypto/amlogic
Ard Biesheuvel 3f368b886e crypto: amlogic-gxl - default to build as module
The AmLogic GXL crypto accelerator driver is built into the kernel if
ARCH_MESON is set. However, given the single image policy of arm64, its
defconfig enables all platforms by default, and so ARCH_MESON is usually
enabled.

This means that the AmLogic driver causes the arm64 defconfig build to
pull in a huge chunk of the crypto stack as a builtin as well, which is
undesirable, so let's make the amlogic GXL driver default to 'm' instead.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Tested-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-07-16 21:49:01 +10:00
..
amlogic-gxl-cipher.c crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN 2020-01-09 11:30:53 +08:00
amlogic-gxl-core.c crypto: amlogic - Delete duplicate dev_err in meson_crypto_probe() 2020-04-16 16:49:22 +10:00
amlogic-gxl.h crypto: amlogic - enable working on big endian kernel 2019-11-22 18:48:39 +08:00
Kconfig crypto: amlogic-gxl - default to build as module 2020-07-16 21:49:01 +10:00
Makefile