On Sat, May 28, 2005 at 11:39:00PM +0200, Geert Uytterhoeven wrote:
 > 
 > DRM depending on `AGP=n' is driving me crazy! How to make CONFIG_DRM not
 > eligible for selection on platforms that do not have AGP?
 > 
 > Since many of the core DRM files depend on PCI, add a dependency on PCI,
 > to minimize the damage.
 > 
 > Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
 > 
 > --- linux-2.6.12-rc5/drivers/char/drm/Kconfig        2005-05-25 
 > 19:37:53.000000000 +0200
 > +++ linux-m68k-2.6.12-rc5/drivers/char/drm/Kconfig   2005-04-05 
 > 10:12:41.000000000 +0200
 > @@ -6,7 +6,7 @@
 >  #
 >  config DRM
 >      tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI 
 > support)"
 > -    depends on AGP || AGP=n
 > +    depends on (AGP || AGP=n) && PCI

The whole dependancy seems like nonsense to me.
I think

        depends on PCI

is a lot more sensible.

                Dave



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to