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 || COMPILE_TEST
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
32 select CRYPTO_DEV_MARVELL
34 This driver allows you to utilize the Marvell Cryptographic
35 Accelerator Unit(CPT) found in OcteonTX series of processors.
37 To compile this driver as module, choose M here:
38 the modules will be called octeontx-cpt and octeontx-cptvf
40 config CRYPTO_DEV_OCTEONTX2_CPT
41 tristate "Marvell OcteonTX2 CPT driver"
42 depends on ARCH_THUNDER2 || COMPILE_TEST
43 depends on PCI_MSI && 64BIT
44 depends on CRYPTO_LIB_AES
45 depends on NET_VENDOR_MARVELL
47 select CRYPTO_DEV_MARVELL
48 select CRYPTO_SKCIPHER
54 This driver allows you to utilize the Marvell Cryptographic
55 Accelerator Unit(CPT) found in OcteonTX2 series of processors.