[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171216100759.10381-2-vincent.legoll@gmail.com>
Date: Sat, 16 Dec 2017 11:07:59 +0100
From: Vincent Legoll <vincent.legoll@...il.com>
To: kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
devel@...uxdriverproject.org, linux-kernel@...r.kernel.org
Cc: Vincent Legoll <vincent.legoll@...il.com>
Subject: [PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all
No need to get into the submenu to disable all HYPERV-related
config entries.
This makes it easier to disable all HYPERV 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.
v2: added "default y" to avoid breaking existing configs
Signed-off-by: Vincent Legoll <vincent.legoll@...il.com>
---
drivers/hv/Kconfig | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
index 50b89ea0e60f..a6cda712135f 100644
--- a/drivers/hv/Kconfig
+++ b/drivers/hv/Kconfig
@@ -1,4 +1,8 @@
-menu "Microsoft Hyper-V guest support"
+menuconfig HYPERV_MENU
+ bool "Microsoft Hyper-V guest support"
+ default y
+
+if HYPERV_MENU
config HYPERV
tristate "Microsoft Hyper-V client drivers"
@@ -23,4 +27,4 @@ config HYPERV_BALLOON
help
Select this option to enable Hyper-V Balloon driver.
-endmenu
+endif # HYPERV_MENU
--
2.14.1
Powered by blists - more mailing lists