1# 2# Marvell crypto drivers configuration 3# 4 5config CRYPTO_DEV_MARVELL 6 tristate 7 8config CRYPTO_DEV_MARVELL_CESA 9 tristate "Marvell's Cryptographic Engine driver" 10 depends on PLAT_ORION || ARCH_MVEBU 11 select CRYPTO_LIB_AES 12 select CRYPTO_LIB_DES 13 select CRYPTO_SKCIPHER 14 select CRYPTO_HASH 15 select SRAM 16 select CRYPTO_DEV_MARVELL 17 help 18 This driver allows you to utilize the Cryptographic Engines and 19 Security Accelerator (CESA) which can be found on MVEBU and ORION 20 platforms. 21 This driver supports CPU offload through DMA transfers. 22