>>> On 10.12.15 at 17:48, <car...@cardoe.com> wrote:
> --- a/xen/drivers/video/Kconfig
> +++ b/xen/drivers/video/Kconfig
> @@ -2,3 +2,7 @@
>  # Select HAS_VIDEO if video is supported
>  config HAS_VIDEO
>       bool
> +
> +# Select HAS_VGA if VGA is supported
> +config HAS_VGA
> +       bool

I think HAS_VGA should select HAS_VIDEO, eliminating the need for
x86 to select both.

Also indentation is broken here (either on this new entry [using
spaces] or on the one visible in context [using a tab]).

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to