>>> On 04.01.18 at 14:05, <wei.l...@citrix.com> wrote:
> --- a/xen/drivers/video/Kconfig
> +++ b/xen/drivers/video/Kconfig
> @@ -3,8 +3,14 @@ config VIDEO
>       bool
>  
>  config VGA
> -     bool
> +     bool "VGA support"
>       select VIDEO
> +     depends on X86
> +     default y

What about

config VGA
        bool "VGA support" if !PV_SHIM_EXCLUSIVE
        select VIDEO
        depends on X86
        default y if !PV_SHIM_EXCLUSIVE

? With that (or a good reason why not to)
Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan


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

Reply via email to