|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC v1 39/74] xen/x86: make VGA support selectable
>>> On 04.01.18 at 14:05, <wei.liu2@xxxxxxxxxx> 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 <jbeulich@xxxxxxxx>
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |