Kconfig 699 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config CRYPTO_DEV_CHELSIO
  3. tristate "Chelsio Crypto Co-processor Driver"
  4. depends on CHELSIO_T4
  5. select CRYPTO_LIB_AES
  6. select CRYPTO_SHA1
  7. select CRYPTO_SHA256
  8. select CRYPTO_SHA512
  9. select CRYPTO_AUTHENC
  10. select CRYPTO_GF128MUL
  11. help
  12. The Chelsio Crypto Co-processor driver for T6 adapters.
  13. For general information about Chelsio and our products, visit
  14. our website at <http://www.chelsio.com>.
  15. For customer support, please visit our customer support page at
  16. <http://www.chelsio.com/support.html>.
  17. Please send feedback to <[email protected]>.
  18. To compile this driver as a module, choose M here: the module
  19. will be called chcr.