brintos

brintos / linux-shallow public Read only

0
0
Text · 408 B · b987405 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Cavium crypto device configuration4#5 6config CRYPTO_DEV_CPT7	tristate8 9config CAVIUM_CPT10	tristate "Cavium Cryptographic Accelerator driver"11	depends on ARCH_THUNDER || COMPILE_TEST12	depends on PCI_MSI && 64BIT13	select CRYPTO_DEV_CPT14	help15	  Support for Cavium CPT block found in octeon-tx series of16	  processors.17 18	  To compile this as a module, choose M here.19