2 # Marvell crypto drivers configuration
5 config CRYPTO_DEV_MARVELL
8 config CRYPTO_DEV_MARVELL_CESA
9 tristate "Marvell's Cryptographic Engine driver"
10 depends on PLAT_ORION || ARCH_MVEBU
13 select CRYPTO_SKCIPHER
16 select CRYPTO_DEV_MARVELL
18 This driver allows you to utilize the Cryptographic Engines and
19 Security Accelerator (CESA) which can be found on MVEBU and ORION
21 This driver supports CPU offload through DMA transfers.
23 config CRYPTO_DEV_OCTEONTX_CPT
24 tristate "Support for Marvell OcteonTX CPT driver"
25 depends on ARCH_THUNDER || COMPILE_TEST
26 depends on PCI_MSI && 64BIT
27 depends on CRYPTO_LIB_AES
28 select CRYPTO_SKCIPHER
31 select CRYPTO_DEV_MARVELL
33 This driver allows you to utilize the Marvell Cryptographic
34 Accelerator Unit(CPT) found in OcteonTX series of processors.
36 To compile this driver as module, choose M here:
37 the modules will be called octeontx-cpt and octeontx-cptvf