Kconfig 368 B

1234567891011121314151617
  1. #
  2. # Cavium crypto device configuration
  3. #
  4. config CRYPTO_DEV_CPT
  5. tristate
  6. config CAVIUM_CPT
  7. tristate "Cavium Cryptographic Accelerator driver"
  8. depends on ARCH_THUNDER || COMPILE_TEST
  9. depends on PCI_MSI && 64BIT
  10. select CRYPTO_DEV_CPT
  11. help
  12. Support for Cavium CPT block found in octeon-tx series of
  13. processors.
  14. To compile this as a module, choose M here.