Re: [Xen-devel] [PATCH v7 12/28] build: convert HAS_VGA use to Kconfig

2015-12-14 Thread Jan Beulich
>>> On 10.12.15 at 17:48, 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 s

[Xen-devel] [PATCH v7 12/28] build: convert HAS_VGA use to Kconfig

2015-12-10 Thread Doug Goldstein
Use the Kconfig generated CONFIG_HAS_VGA defines in the code base. CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein --- xen/arch/x86/Kconfig | 1 + xen/arch/x86/Rules.mk | 1 - xen/drivers/video/Kconfig | 4 xen/drivers/video/Makefile | 4 ++--