Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Cavium crypto device configuration
4#
5
6config CRYPTO_DEV_CPT
7 tristate
8
9config CAVIUM_CPT
10 tristate "Cavium Cryptographic Accelerator driver"
11 depends on ARCH_THUNDER || COMPILE_TEST
12 depends on PCI_MSI && 64BIT
13 select CRYPTO_DEV_CPT
14 help
15 Support for Cavium CPT block found in octeon-tx series of
16 processors.
17
18 To compile this as a module, choose M here.