Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14-rc3 20 lines 477 B view raw
1# 2# Cavium NITROX Crypto Device configuration 3# 4config CRYPTO_DEV_NITROX 5 tristate 6 select CRYPTO_BLKCIPHER 7 select CRYPTO_AES 8 select CRYPTO_DES 9 select FW_LOADER 10 11config CRYPTO_DEV_NITROX_CNN55XX 12 tristate "Support for Cavium CNN55XX driver" 13 depends on PCI_MSI && 64BIT 14 select CRYPTO_DEV_NITROX 15 help 16 Support for Cavium NITROX family CNN55XX driver 17 for accelerating crypto workloads. 18 19 To compile this as a module, choose M here: the module 20 will be called n5pf.