>>> On 24.11.15 at 18:52, <car...@cardoe.com> wrote: > --- /dev/null > +++ b/xen/drivers/video/Kconfig > @@ -0,0 +1,13 @@ > + > +# Select HAS_VIDEO if video is supported > +config HAS_VIDEO > + bool > + > +# Select HAS_VGA if VGA is supported > +config HAS_VGA > + bool > + depends on HAS_VIDEO
As said in reply to another patch - such dependencies are bogus. You really mean select here, allowing the arch itself to just "select HAS_VGA", implicitly also selecting HAS_VIDEO. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel