Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 219d54332a09e8d8741c1e1982f5eae56099de85 authored by Linus Torvalds on 25 November 2019, 00:32:01 UTC
Linux 5.4
Tip revision: 219d543
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
#
# Cavium crypto device configuration
#

config CRYPTO_DEV_CPT
	tristate

config CAVIUM_CPT
	tristate "Cavium Cryptographic Accelerator driver"
	depends on ARCH_THUNDER || COMPILE_TEST
	depends on PCI_MSI && 64BIT
	select CRYPTO_DEV_CPT
	help
	  Support for Cavium CPT block found in octeon-tx series of
	  processors.

	  To compile this as a module, choose M here.
back to top