Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# Cavium crypto device configuration
#

config CONFIG_CRYPTO_DEV_CPT
	tristate

config CONFIG_CAVIUM_CPT
	tristate "Cavium Cryptographic Accelerator driver"
	depends on CONFIG_ARCH_THUNDER || CONFIG_COMPILE_TEST
	depends on CONFIG_PCI_MSI && CONFIG_64BIT
	select CONFIG_CRYPTO_DEV_CPT
	help
	  Support for Cavium CPT block found in octeon-tx series of
	  processors.

	  To compile this as a module, choose CONFIG_M here.