[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCHv6] 10/28] build: convert HAS_VIDEO use to Kconfig
>>> On 24.11.15 at 18:52, <cardoe@xxxxxxxxxx> 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |