Skip to content

Commit 29ac4b2

Browse files
kawasakikeithbusch
authored andcommitted
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: 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>
1 parent 7be866b commit 29ac4b2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

drivers/nvme/host/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,12 @@ config NVME_TCP_TLS
107107
If unsure, say N.
108108

109109
config NVME_HOST_AUTH
110-
bool "NVM Express over Fabrics In-Band Authentication"
110+
bool "NVMe over Fabrics In-Band Authentication in host side"
111111
depends on NVME_CORE
112112
select NVME_AUTH
113113
help
114-
This provides support for NVMe over Fabrics In-Band Authentication.
114+
This provides support for NVMe over Fabrics In-Band Authentication in
115+
host side.
115116

116117
If unsure, say N.
117118

drivers/nvme/target/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ config NVME_TARGET_TCP_TLS
9999
If unsure, say N.
100100

101101
config NVME_TARGET_AUTH
102-
bool "NVMe over Fabrics In-band Authentication support"
102+
bool "NVMe over Fabrics In-band Authentication in target side"
103103
depends on NVME_TARGET
104104
select NVME_AUTH
105105
help
106-
This enables support for NVMe over Fabrics In-band Authentication
106+
This enables support for NVMe over Fabrics In-band Authentication in
107+
target side.
107108

108109
If unsure, say N.

0 commit comments

Comments
 (0)