You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
477 B
20 lines
477 B
#
|
|
# Cavium NITROX Crypto Device configuration
|
|
#
|
|
config CRYPTO_DEV_NITROX
|
|
tristate
|
|
select CRYPTO_BLKCIPHER
|
|
select CRYPTO_AES
|
|
select CRYPTO_DES
|
|
select FW_LOADER
|
|
|
|
config CRYPTO_DEV_NITROX_CNN55XX
|
|
tristate "Support for Cavium CNN55XX driver"
|
|
depends on PCI_MSI && 64BIT
|
|
select CRYPTO_DEV_NITROX
|
|
help
|
|
Support for Cavium NITROX family CNN55XX driver
|
|
for accelerating crypto workloads.
|
|
|
|
To compile this as a module, choose M here: the module
|
|
will be called n5pf.
|
|
|