Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Cavium crypto device configuration
0004 #
0005 
0006 config CRYPTO_DEV_CPT
0007         tristate
0008 
0009 config CAVIUM_CPT
0010         tristate "Cavium Cryptographic Accelerator driver"
0011         depends on ARCH_THUNDER || COMPILE_TEST
0012         depends on PCI_MSI && 64BIT
0013         select CRYPTO_DEV_CPT
0014         help
0015           Support for Cavium CPT block found in octeon-tx series of
0016           processors.
0017 
0018           To compile this as a module, choose M here.