From: Randy Dunlap Date: Sat, 23 Sep 2017 01:04:43 +0000 (-0700) Subject: nvme: use menu Kconfig interface X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=786456325b9f05843ec722269a3ccd77c31b9c6d;p=openwrt%2Fstaging%2Fblogic.git nvme: use menu Kconfig interface 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 Reviewed-by: Keith Busch Reviewed-by: Sagi Grimberg Signed-off-by: Christoph Hellwig --- diff --git a/drivers/nvme/Kconfig b/drivers/nvme/Kconfig index b7c78a5b1f7a..04008e0bbe81 100644 --- a/drivers/nvme/Kconfig +++ b/drivers/nvme/Kconfig @@ -1,2 +1,6 @@ +menu "NVME Support" + source "drivers/nvme/host/Kconfig" source "drivers/nvme/target/Kconfig" + +endmenu