22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Cavium NITROX Crypto Device configuration4#5config CRYPTO_DEV_NITROX6 tristate7 select CRYPTO_SKCIPHER8 select CRYPTO_AES9 select CRYPTO_LIB_DES10 select FW_LOADER11 12config CRYPTO_DEV_NITROX_CNN55XX13 tristate "Support for Cavium CNN55XX driver"14 depends on PCI_MSI && 64BIT15 select CRYPTO_DEV_NITROX16 help17 Support for Cavium NITROX family CNN55XX driver18 for accelerating crypto workloads.19 20 To compile this as a module, choose M here: the module21 will be called n5pf.22