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

config CONFIG_CRYPTO_DEV_HISI_SEC
	tristate "Support for Hisilicon SEC crypto block cipher accelerator"
	select CONFIG_CRYPTO_BLKCIPHER
	select CONFIG_CRYPTO_ALGAPI
	select CONFIG_CRYPTO_LIB_DES
	select CONFIG_SG_SPLIT
	depends on CONFIG_ARM64 || CONFIG_COMPILE_TEST
	depends on CONFIG_HAS_IOMEM
	help
	  Support for Hisilicon SEC Engine in Hip06 and Hip07

	  To compile this as a module, choose CONFIG_M here: the module
	  will be called hisi_sec.

config CONFIG_CRYPTO_DEV_HISI_QM
	tristate
	depends on CONFIG_ARM64 && CONFIG_PCI && CONFIG_PCI_MSI
	help
	  HiSilicon accelerator engines use a common queue management
	  interface. Specific engine driver may use this module.

config CONFIG_CRYPTO_HISI_SGL
	tristate
	depends on CONFIG_ARM64
	help
	  HiSilicon accelerator engines use a common hardware scatterlist
	  interface for data format. Specific engine driver may use this
	  module.

config CONFIG_CRYPTO_DEV_HISI_ZIP
	tristate "Support for HiSilicon ZIP accelerator"
	depends on CONFIG_ARM64 && CONFIG_PCI && CONFIG_PCI_MSI
	select CONFIG_CRYPTO_DEV_HISI_QM
	select CONFIG_CRYPTO_HISI_SGL
	select CONFIG_SG_SPLIT
	help
	  Support for HiSilicon ZIP Driver