Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Hariprasad Shenai | 02038fd | 2016-08-17 12:33:06 +0530 | [diff] [blame] | 2 | config CRYPTO_DEV_CHELSIO |
| 3 | tristate "Chelsio Crypto Co-processor Driver" |
| 4 | depends on CHELSIO_T4 |
Ard Biesheuvel | 571c47a | 2019-07-02 21:41:44 +0200 | [diff] [blame] | 5 | select CRYPTO_LIB_AES |
Hariprasad Shenai | 02038fd | 2016-08-17 12:33:06 +0530 | [diff] [blame] | 6 | select CRYPTO_SHA1 |
| 7 | select CRYPTO_SHA256 |
| 8 | select CRYPTO_SHA512 |
Harsh Jain | 2debd33 | 2016-11-29 19:00:43 +0530 | [diff] [blame] | 9 | select CRYPTO_AUTHENC |
Arnd Bergmann | d042566 | 2017-12-05 11:10:26 +0100 | [diff] [blame] | 10 | select CRYPTO_GF128MUL |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 11 | help |
Hariprasad Shenai | 02038fd | 2016-08-17 12:33:06 +0530 | [diff] [blame] | 12 | The Chelsio Crypto Co-processor driver for T6 adapters. |
| 13 | |
| 14 | For general information about Chelsio and our products, visit |
| 15 | our website at <http://www.chelsio.com>. |
| 16 | |
| 17 | For customer support, please visit our customer support page at |
| 18 | <http://www.chelsio.com/support.html>. |
| 19 | |
| 20 | Please send feedback to <linux-bugs@chelsio.com>. |
| 21 | |
| 22 | To compile this driver as a module, choose M here: the module |
| 23 | will be called chcr. |