Kconfig 618 B

1234567891011121314151617181920
  1. config CRYPTO_DEV_CHELSIO
  2. tristate "Chelsio Crypto Co-processor Driver"
  3. depends on CHELSIO_T4
  4. select CRYPTO_SHA1
  5. select CRYPTO_SHA256
  6. select CRYPTO_SHA512
  7. select CRYPTO_AUTHENC
  8. ---help---
  9. The Chelsio Crypto Co-processor driver for T6 adapters.
  10. For general information about Chelsio and our products, visit
  11. our website at <http://www.chelsio.com>.
  12. For customer support, please visit our customer support page at
  13. <http://www.chelsio.com/support.html>.
  14. Please send feedback to <linux-bugs@chelsio.com>.
  15. To compile this driver as a module, choose M here: the module
  16. will be called chcr.