1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Cavium NITROX Crypto Device configuration 4# 5config CRYPTO_DEV_NITROX 6 tristate 7 select CRYPTO_SKCIPHER 8 select CRYPTO_AES 9 select CRYPTO_LIB_DES 10 select FW_LOADER 11 12config CRYPTO_DEV_NITROX_CNN55XX 13 tristate "Support for Cavium CNN55XX driver" 14 depends on PCI_MSI && 64BIT 15 select CRYPTO_DEV_NITROX 16 help 17 Support for Cavium NITROX family CNN55XX driver 18 for accelerating crypto workloads. 19 20 To compile this as a module, choose M here: the module 21 will be called n5pf. 22