2017-09-23 01:05:02

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] nvme: use menu Kconfig interface

From: Randy Dunlap <[email protected]>

Add a menu interface for NVME host and target support so that it is
presented to users more like other Kconfig symbols.
This makes the Device Driver menu less cluttered (easier to read)
and keeps all of these symbols grouped together.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jay Sternberg <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Keith Busch <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Sagi Grimberg <[email protected]>
Cc: [email protected]
---
drivers/nvme/Kconfig | 4 ++++
1 file changed, 4 insertions(+)

--- lnx-414-rc1.orig/drivers/nvme/Kconfig
+++ lnx-414-rc1/drivers/nvme/Kconfig
@@ -1,2 +1,6 @@
+menu "NVME Support"
+
source "drivers/nvme/host/Kconfig"
source "drivers/nvme/target/Kconfig"
+
+endmenu



2017-09-24 06:07:11

by Sagi Grimberg

[permalink] [raw]
Subject: Re: [PATCH] nvme: use menu Kconfig interface

Looks good,

Reviewed-by: Sagi Grimberg <[email protected]>

2017-09-25 16:48:12

by Keith Busch

[permalink] [raw]
Subject: Re: [PATCH] nvme: use menu Kconfig interface

On Fri, Sep 22, 2017 at 06:04:43PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Add a menu interface for NVME host and target support so that it is
> presented to users more like other Kconfig symbols.
> This makes the Device Driver menu less cluttered (easier to read)
> and keeps all of these symbols grouped together.
>
> Signed-off-by: Randy Dunlap <[email protected]>

Thanks, looks good.

Reviewed-by: Keith Busch <[email protected]>