Linux-NVME Archive on lore.kernel.org
 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)


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

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