Skip to content

[redhat] New configs in drivers/crypto

Jeremy Cline requested to merge configs/2020-04-06/drivers/crypto into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

CONFIG_CHELSIO_TLS_DEVICE:

This flag enables support for kernel tls offload over Chelsio T6 crypto accelerator. CONFIG_CHELSIO_TLS_DEVICE flag can be enabled only if CONFIG_TLS and CONFIG_TLS_DEVICE flags are enabled.

Symbol: CHELSIO_TLS_DEVICE [=y] Type : bool Defined at drivers/crypto/chelsio/Kconfig:46 Prompt: Chelsio Inline KTLS Offload Depends on: CRYPTO [=y] && CRYPTO_HW [=y] && CHELSIO_T4 [=m] && TLS_DEVICE [=y] Location: -> Cryptographic API (CRYPTO [=y]) -> Hardware crypto devices (CRYPTO_HW [=y]) Selects: CRYPTO_DEV_CHELSIO [=m]


CONFIG_CRYPTO_DEV_OCTEONTX_CPT:

This driver allows you to utilize the Marvell Cryptographic Accelerator Unit(CPT) found in OcteonTX series of processors.

To compile this driver as module, choose M here: the modules will be called octeontx-cpt and octeontx-cptvf

Symbol: CRYPTO_DEV_OCTEONTX_CPT [=n] Type : tristate Defined at drivers/crypto/marvell/Kconfig:23 Prompt: Support for Marvell OcteonTX CPT driver Depends on: CRYPTO [=y] && CRYPTO_HW [=y] && (ARCH_THUNDER [=y] || COMPILE_TEST [=n]) && PCI_MSI [=y] && 64BIT [=y] && CRYPTO_LIB_AES [=y] Location: -> Cryptographic API (CRYPTO [=y]) -> Hardware crypto devices (CRYPTO_HW [=y]) Selects: CRYPTO_SKCIPHER [=y] && CRYPTO_HASH [=y] && CRYPTO_AEAD [=y] && CRYPTO_DEV_MARVELL [=n]


Edited by CKI Bot

Merge request reports