>>> On 04.01.18 at 14:05, <[email protected]> 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 <[email protected]>
Jan
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel