[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4ff8bc03-8503-a21d-e2b6-cb730e04c942@redhat.com>
Date: Mon, 19 Oct 2020 17:17:34 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Matteo Croce <mcroce@...ux.microsoft.com>, kvm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Vitaly Kuznetsov <vkuznets@...hat.com>,
Sean Christopherson <sean.j.christopherson@...el.com>
Subject: Re: [PATCH] x86/kvm: hide KVM options from menuconfig when KVM is not
compiled
On 01/10/20 13:20, Matteo Croce wrote:
> From: Matteo Croce <mcroce@...rosoft.com>
>
> Let KVM_WERROR depend on KVM, so it doesn't show in menuconfig alone.
>
> Signed-off-by: Matteo Croce <mcroce@...rosoft.com>
> ---
> arch/x86/kvm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig
> index fbd5bd7a945a..f92dfd8ef10d 100644
> --- a/arch/x86/kvm/Kconfig
> +++ b/arch/x86/kvm/Kconfig
> @@ -66,6 +66,7 @@ config KVM_WERROR
> default y if X86_64 && !KASAN
> # We use the dependency on !COMPILE_TEST to not be enabled
> # blindly in allmodconfig or allyesconfig configurations
> + depends on KVM
> depends on (X86_64 && !KASAN) || !COMPILE_TEST
> depends on EXPERT
> help
>
Queued, thanks.
Paolo
Powered by blists - more mailing lists