Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | Kconfig (61c581a46a9668747d355436bd4b2505594539bd) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CRYPTO_DEV_CHELSIO 3 tristate "Chelsio Crypto Co-processor Driver" 4 depends on CHELSIO_T4 5 select CRYPTO_LIB_AES | 1# SPDX-License-Identifier: GPL-2.0-only 2config CRYPTO_DEV_CHELSIO 3 tristate "Chelsio Crypto Co-processor Driver" 4 depends on CHELSIO_T4 5 select CRYPTO_LIB_AES |
6 select CRYPTO_LIB_GF128MUL |
|
6 select CRYPTO_SHA1 7 select CRYPTO_SHA256 8 select CRYPTO_SHA512 9 select CRYPTO_AUTHENC | 7 select CRYPTO_SHA1 8 select CRYPTO_SHA256 9 select CRYPTO_SHA512 10 select CRYPTO_AUTHENC |
10 select CRYPTO_GF128MUL | |
11 help 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. | 11 help 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. |