linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nvme: use menu Kconfig interface
@ 2017-09-23  1:04 Randy Dunlap
  2017-09-24  6:07 ` Sagi Grimberg
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2017-09-23  1:04 UTC (permalink / raw)
  To: LKML, linux-nvme, axboe
  Cc: Jay Sternberg, Keith Busch, Christoph Hellwig, Sagi Grimberg,
	Andrew Morton

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: use menu Kconfig interface
  2017-09-23  1:04 [PATCH] nvme: use menu Kconfig interface Randy Dunlap
@ 2017-09-24  6:07 ` Sagi Grimberg
  2017-09-25 16:47 ` Keith Busch
  2017-10-04  7:47 ` Christoph Hellwig
  2 siblings, 0 replies; 4+ messages in thread
From: Sagi Grimberg @ 2017-09-24  6:07 UTC (permalink / raw)
  To: Randy Dunlap, LKML, linux-nvme, axboe
  Cc: Keith Busch, Jay Sternberg, Andrew Morton, Christoph Hellwig

Looks good,

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: use menu Kconfig interface
  2017-09-23  1:04 [PATCH] nvme: use menu Kconfig interface Randy Dunlap
  2017-09-24  6:07 ` Sagi Grimberg
@ 2017-09-25 16:47 ` Keith Busch
  2017-10-04  7:47 ` Christoph Hellwig
  2 siblings, 0 replies; 4+ messages in thread
From: Keith Busch @ 2017-09-25 16:47 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, linux-nvme, axboe, Jay Sternberg, Christoph Hellwig,
	Sagi Grimberg, Andrew Morton

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nvme: use menu Kconfig interface
  2017-09-23  1:04 [PATCH] nvme: use menu Kconfig interface Randy Dunlap
  2017-09-24  6:07 ` Sagi Grimberg
  2017-09-25 16:47 ` Keith Busch
@ 2017-10-04  7:47 ` Christoph Hellwig
  2 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2017-10-04  7:47 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, linux-nvme, axboe, Keith Busch, Jay Sternberg,
	Andrew Morton, Christoph Hellwig, Sagi Grimberg

Thanks, applied to nvme-4.15.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-04  7:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-23  1:04 [PATCH] nvme: use menu Kconfig interface Randy Dunlap
2017-09-24  6:07 ` Sagi Grimberg
2017-09-25 16:47 ` Keith Busch
2017-10-04  7:47 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).