Kconfig (ead5d1f4d877e92c051e1a1ade623d0d30e71619) | Kconfig (5e8ce8334734c5f23fe54774e989b395bc6da635) |
---|---|
1# 2# Marvell crypto drivers configuration 3# 4 5config CRYPTO_DEV_MARVELL 6 tristate 7 8config CRYPTO_DEV_MARVELL_CESA --- 21 unchanged lines hidden (view full) --- 30 select CRYPTO_AEAD 31 select CRYPTO_DEV_MARVELL 32 help 33 This driver allows you to utilize the Marvell Cryptographic 34 Accelerator Unit(CPT) found in OcteonTX series of processors. 35 36 To compile this driver as module, choose M here: 37 the modules will be called octeontx-cpt and octeontx-cptvf | 1# 2# Marvell crypto drivers configuration 3# 4 5config CRYPTO_DEV_MARVELL 6 tristate 7 8config CRYPTO_DEV_MARVELL_CESA --- 21 unchanged lines hidden (view full) --- 30 select CRYPTO_AEAD 31 select CRYPTO_DEV_MARVELL 32 help 33 This driver allows you to utilize the Marvell Cryptographic 34 Accelerator Unit(CPT) found in OcteonTX series of processors. 35 36 To compile this driver as module, choose M here: 37 the modules will be called octeontx-cpt and octeontx-cptvf |
38 39config CRYPTO_DEV_OCTEONTX2_CPT 40 tristate "Marvell OcteonTX2 CPT driver" 41 depends on ARM64 || COMPILE_TEST 42 depends on PCI_MSI && 64BIT 43 select OCTEONTX2_MBOX 44 select CRYPTO_DEV_MARVELL 45 help 46 This driver allows you to utilize the Marvell Cryptographic 47 Accelerator Unit(CPT) found in OcteonTX2 series of processors. |
|