[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1c39a10d-6782-3737-80f7-e29fe0d12980@infradead.org>
Date: Fri, 22 Sep 2017 18:04:43 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
linux-nvme@...ts.infradead.org, axboe@...com
Cc: Jay Sternberg <jay.e.sternberg@...el.com>,
Keith Busch <keith.busch@...el.com>,
Christoph Hellwig <hch@....de>,
Sagi Grimberg <sagi@...mberg.me>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] nvme: use menu Kconfig interface
From: Randy Dunlap <rdunlap@...radead.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@...radead.org>
Cc: Jay Sternberg <jay.e.sternberg@...el.com>
Cc: Jens Axboe <axboe@...com>
Cc: Keith Busch <keith.busch@...el.com>
Cc: Christoph Hellwig <hch@....de>
Cc: Sagi Grimberg <sagi@...mberg.me>
Cc: linux-nvme@...ts.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
Powered by blists - more mailing lists