[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171209215022.6795dd91@xeon-e3>
Date: Sat, 9 Dec 2017 21:50:22 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Vincent Legoll <vincent.legoll@...il.com>
Cc: kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
devel@...uxdriverproject.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hyperv: make HYPERV a menuconfig to ease disabling it
all
On Sat, 9 Dec 2017 16:21:51 +0100
Vincent Legoll <vincent.legoll@...il.com> wrote:
> 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.
>
> Signed-off-by: Vincent Legoll <vincent.legoll@...il.com>
> ---
> drivers/hv/Kconfig | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
> index 50b89ea0e60f..5804081d936d 100644
> --- a/drivers/hv/Kconfig
> +++ b/drivers/hv/Kconfig
> @@ -1,4 +1,7 @@
> -menu "Microsoft Hyper-V guest support"
> +menuconfig HYPERV_MENU
> + bool "Microsoft Hyper-V guest support"
> +
> +if HYPERV_MENU
>
> config HYPERV
> tristate "Microsoft Hyper-V client drivers"
> @@ -23,4 +26,4 @@ config HYPERV_BALLOON
> help
> Select this option to enable Hyper-V Balloon driver.
>
> -endmenu
> +endif # HYPERV_MENU
Will this break existing configs?
Powered by blists - more mailing lists