Re: [Xen-devel] [PATCH 1/4] build: consolidate CONFIG_HAS_VIDEO and CONFIG_VIDEO

2016-02-26 Thread Jan Beulich
>>> On 26.02.16 at 04:39, wrote: > --- a/xen/drivers/video/Kconfig > +++ b/xen/drivers/video/Kconfig > @@ -1,12 +1,12 @@ > > -# Select HAS_VIDEO if video is supported > -config HAS_VIDEO > +# Select VIDEO if video is supported > +config VIDEO > bool > > # Select VGA

[Xen-devel] [PATCH 1/4] build: consolidate CONFIG_HAS_VIDEO and CONFIG_VIDEO

2016-02-25 Thread Doug Goldstein
No real advantage to keeping these separate. The use case of this from Linux is when the platform or target board has support for something but the user wants to be given the option to disable it. Signed-off-by: Doug Goldstein --- CC: Ian Campbell CC: