Commit 29ac4b2f authored by Shin'ichiro Kawasaki's avatar Shin'ichiro Kawasaki Committed by Keith Busch
Browse files

nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions



Currently two similar config options NVME_HOST_AUTH and NVME_TARGET_AUTH
have almost same descriptions. It is confusing to choose them in
menuconfig. Improve the descriptions to distinguish them.

Signed-off-by: default avatarShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent 7be866b1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -107,11 +107,12 @@ config NVME_TCP_TLS
	  If unsure, say N.

config NVME_HOST_AUTH
	bool "NVM Express over Fabrics In-Band Authentication"
	bool "NVMe over Fabrics In-Band Authentication in host side"
	depends on NVME_CORE
	select NVME_AUTH
	help
	  This provides support for NVMe over Fabrics In-Band Authentication.
	  This provides support for NVMe over Fabrics In-Band Authentication in
	  host side.

	  If unsure, say N.

+3 −2
Original line number Diff line number Diff line
@@ -99,10 +99,11 @@ config NVME_TARGET_TCP_TLS
	  If unsure, say N.

config NVME_TARGET_AUTH
	bool "NVMe over Fabrics In-band Authentication support"
	bool "NVMe over Fabrics In-band Authentication in target side"
	depends on NVME_TARGET
	select NVME_AUTH
	help
	  This enables support for NVMe over Fabrics In-band Authentication
	  This enables support for NVMe over Fabrics In-band Authentication in
	  target side.

	  If unsure, say N.