nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Wed, 29 Nov 2023 04:49:51 +0000 (13:49 +0900)
committerKeith Busch <kbusch@kernel.org>
Mon, 4 Dec 2023 16:39:03 +0000 (08:39 -0800)
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: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/Kconfig
drivers/nvme/target/Kconfig

index 8fe2dd619e80eb4b3f45b85e940397e1f2ae6cca..b309c8be720f47c8d8a38e62d29f565e1e90358d 100644 (file)
@@ -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.
 
index e1ebc73f3e5e0ed95b9d3de3567aae543a835e55..872dd1a0acd8044fe2b9816d5a27316a57594cb3 100644 (file)
@@ -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.