2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-08-17 12:33:06 +05:30
|
|
|
config CRYPTO_DEV_CHELSIO
|
|
|
|
tristate "Chelsio Crypto Co-processor Driver"
|
|
|
|
depends on CHELSIO_T4
|
2019-07-02 21:41:44 +02:00
|
|
|
select CRYPTO_LIB_AES
|
2016-08-17 12:33:06 +05:30
|
|
|
select CRYPTO_SHA1
|
|
|
|
select CRYPTO_SHA256
|
|
|
|
select CRYPTO_SHA512
|
2016-11-29 19:00:43 +05:30
|
|
|
select CRYPTO_AUTHENC
|
2017-12-05 11:10:26 +01:00
|
|
|
select CRYPTO_GF128MUL
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2016-08-17 12:33:06 +05:30
|
|
|
The Chelsio Crypto Co-processor driver for T6 adapters.
|
|
|
|
|
|
|
|
For general information about Chelsio and our products, visit
|
|
|
|
our website at <http://www.chelsio.com>.
|
|
|
|
|
|
|
|
For customer support, please visit our customer support page at
|
|
|
|
<http://www.chelsio.com/support.html>.
|
|
|
|
|
|
|
|
Please send feedback to <linux-bugs@chelsio.com>.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called chcr.
|