>>> 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
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 ++--