Skip to content

[redhat] New configs in drivers/nvme

CKI ARK Bot requested to merge configs/os-build/2023-11-02/drivers/nvme 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.

Symbol: NVME_HOST_AUTH [=n] Type : bool Defined at drivers/nvme/host/Kconfig:110 Prompt: NVM Express over Fabrics In-Band Authentication Depends on: NVME_CORE [=m] Location: -> Device Drivers -> NVME Support -> NVM Express over Fabrics In-Band Authentication (NVME_HOST_AUTH [=n]) Selects: NVME_COMMON [=m] && NVME_AUTH [=y]


Symbol: NVME_TARGET_TCP_TLS [=n] Type : bool Defined at drivers/nvme/target/Kconfig:87 Prompt: NVMe over Fabrics TCP target TLS encryption support Depends on: NVME_TARGET_TCP [=m] Location: -> Device Drivers -> NVME Support -> NVMe Target support (NVME_TARGET [=m]) -> NVMe over Fabrics TCP target support (NVME_TARGET_TCP [=m]) -> NVMe over Fabrics TCP target TLS encryption support (NVME_TARGET_TCP_TLS [=n]) Selects: NVME_COMMON [=m] && NVME_KEYRING [=n] && NET_HANDSHAKE [=y] && KEYS [=y]


Symbol: NVME_TCP_TLS [=n] Type : bool Defined at drivers/nvme/host/Kconfig:95 Prompt: NVMe over Fabrics TCP TLS encryption support Depends on: NVME_TCP [=m] Location: -> Device Drivers -> NVME Support -> NVM Express over Fabrics TCP host driver (NVME_TCP [=m]) -> NVMe over Fabrics TCP TLS encryption support (NVME_TCP_TLS [=n]) Selects: NVME_COMMON [=m] && NVME_KEYRING [=n] && NET_HANDSHAKE [=y] && KEYS [=y]


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports