[PATCH] nvme: use menu Kconfig interface
Randy Dunlap
rdunlap at infradead.org
Fri Sep 22 18:04:43 PDT 2017
From: Randy Dunlap <rdunlap at 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
More information about the Linux-nvme
mailing list