>>> On 20.12.18 at 07:38, <christopher.w.cl...@gmail.com> wrote:
> --- a/xen/common/Kconfig
> +++ b/xen/common/Kconfig
> @@ -200,6 +200,26 @@ config LATE_HWDOM
>  
>         If unsure, say N.
>  
> +config ARGO
> +     def_bool n
> +     prompt "Argo: hypervisor-mediated interdomain communication" if EXPERT 
> = "y"

The common (and slightly shorter) way to express this is

config ARGO
        bool "Argo: hypervisor-mediated interdomain communication" if EXPERT = 
"y"

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to