Kconfig 520 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Cavium NITROX Crypto Device configuration
  4. #
  5. config CRYPTO_DEV_NITROX
  6. tristate
  7. select CRYPTO_SKCIPHER
  8. select CRYPTO_AES
  9. select CRYPTO_LIB_DES
  10. select FW_LOADER
  11. config 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. To compile this as a module, choose M here: the module
  19. will be called n5pf.