| rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame] | 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 | 	select CRYPTO_GF128MUL | 
 | 9 | 	---help--- | 
 | 10 | 	  The Chelsio Crypto Co-processor driver for T6 adapters. | 
 | 11 |  | 
 | 12 | 	  For general information about Chelsio and our products, visit | 
 | 13 | 	  our website at <http://www.chelsio.com>. | 
 | 14 |  | 
 | 15 | 	  For customer support, please visit our customer support page at | 
 | 16 | 	  <http://www.chelsio.com/support.html>. | 
 | 17 |  | 
 | 18 | 	  Please send feedback to <linux-bugs@chelsio.com>. | 
 | 19 |  | 
 | 20 | 	  To compile this driver as a module, choose M here: the module | 
 | 21 | 	  will be called chcr. |