[PATCH] nvme: make NVME a menuconfig to ease disabling it all

From: Vincent Legoll
Date: Sat Dec 09 2017 - 10:40:32 EST


No need to get into the submenu to disable all related
config entries.

This makes it easier to disable all NVME config options
without entering the submenu. It will also enable one
to see that en/dis-abled state from the outside menu.

This is only intended to change menuconfig UI, not change
the config dependencies.

Signed-off-by: Vincent Legoll <vincent.legoll@xxxxxxxxx>
---
drivers/nvme/Kconfig | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/nvme/Kconfig b/drivers/nvme/Kconfig
index 04008e0bbe81..aad33a0dfbce 100644
--- a/drivers/nvme/Kconfig
+++ b/drivers/nvme/Kconfig
@@ -1,6 +1,9 @@
-menu "NVME Support"
+menuconfig NVME_MENU
+ bool "NVME Support"
+
+if NVME_MENU

source "drivers/nvme/host/Kconfig"
source "drivers/nvme/target/Kconfig"

-endmenu
+endif # NVME_MENU
--
2.14.1