Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1737946 > unrolled thread

[PATCH] nvme: use menu Kconfig interface

Started byRandy Dunlap <rdunlap@infradead.org>
First post2017-09-23 03:10 +0200
Last post2017-09-25 18:50 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] nvme: use menu Kconfig interface Randy Dunlap <rdunlap@infradead.org> - 2017-09-23 03:10 +0200
    Re: [PATCH] nvme: use menu Kconfig interface Sagi Grimberg <sagi@grimberg.me> - 2017-09-24 08:10 +0200
    Re: [PATCH] nvme: use menu Kconfig interface Keith Busch <keith.busch@intel.com> - 2017-09-25 18:50 +0200

#1737946 — [PATCH] nvme: use menu Kconfig interface

FromRandy Dunlap <rdunlap@infradead.org>
Date2017-09-23 03:10 +0200
Subject[PATCH] nvme: use menu Kconfig interface
Message-ID<usH7c-4W7-7@gated-at.bofh.it>
From: Randy Dunlap <rdunlap@infradead.org>

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 <rdunlap@infradead.org>
Cc: Jay Sternberg <jay.e.sternberg@intel.com>
Cc: Jens Axboe <axboe@fb.com>
Cc: Keith Busch <keith.busch@intel.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Sagi Grimberg <sagi@grimberg.me>
Cc: linux-nvme@lists.infradead.org
---
 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

[toc] | [next] | [standalone]


#1738110

FromSagi Grimberg <sagi@grimberg.me>
Date2017-09-24 08:10 +0200
Message-ID<ut8h3-58O-5@gated-at.bofh.it>
In reply to#1737946
Looks good,

Reviewed-by: Sagi Grimberg <sagi@grimberg.me>

[toc] | [prev] | [next] | [standalone]


#1739168

FromKeith Busch <keith.busch@intel.com>
Date2017-09-25 18:50 +0200
Message-ID<utEJX-ul-1@gated-at.bofh.it>
In reply to#1737946
On Fri, Sep 22, 2017 at 06:04:43PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> 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 <rdunlap@infradead.org>

Thanks, looks good.

Reviewed-by: Keith Busch <keith.busch@intel.com>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web